refactor: swap server names in mcp_settings.json and enhance comments in mcpService.ts and index.ts for clarity

This commit is contained in:
samanhappy
2025-04-04 00:00:43 +08:00
parent 98f9875ccc
commit 4ab7ad28e0
3 changed files with 35 additions and 27 deletions

View File

@@ -1,18 +1,18 @@
{
"mcpServers": {
"time-mcp": {
"command": "npx",
"args": [
"-y",
"time-mcp"
]
},
"sequential-thinking": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
]
},
"time-mcp": {
"command": "npx",
"args": [
"-y",
"time-mcp"
]
}
}
}