mirror of
https://github.com/samanhappy/mcphub.git
synced 2025-12-24 02:39:19 -05:00
refactor: simplify Dockerfile by removing Python installation; update mcp_settings.json to use npx for time-mcp command
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user