Commit 6eca4b3
committed
feat: enhance server management and configuration handling
- Updated LocalTable to filter out disabled servers based on the selected client.
- Added new client "roo_code" to the clients list with appropriate configuration.
- Introduced optional `disabled` property in SseConfig and StdioServerConfig types for better server management.
- Implemented path handling for "roo_code" in the client configuration.
- Added a command to check for the existence of the mcplinker configuration file.
- Removed the unused json_manager.rs file to streamline the codebase.1 parent bf9e9c8 commit 6eca4b3
File tree
14 files changed
+663
-469
lines changed- src-tauri/src
- json_manager
- src
- components/manage
- constants
- types
14 files changed
+663
-469
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
73 | 92 | | |
74 | 93 | | |
75 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
0 commit comments