refactor: simplify Dockerfile by removing Python installation; update mcp_settings.json to use npx for time-mcp command

This commit is contained in:
samanhappy
2025-03-31 19:56:47 +08:00
parent 35bce33ef6
commit ff2ff8a941
2 changed files with 3 additions and 12 deletions

View File

@@ -1,8 +1,8 @@
{
"mcpServers": {
"time": {
"command": "python",
"args": ["-m", "mcp_server_time", "--local-timezone=America/New_York"]
"time-mcp": {
"command": "npx",
"args": ["-y", "time-mcp"]
},
"sequential-thinking": {
"command": "npx",