MCP Time server error #5819
Answered
by
danny-avila
polymathematic
asked this question in
Troubleshooting
-
What happened?MCP integration is working great overall. Big fan. I hit a simple one that seems to throw an error, though: Adding the time mcp server to librechat.yaml causes the following error:
Version Information
Steps to ReproduceFrom LibreChat.yaml
What browsers are you seeing the problem on?Chrome, Firefox Relevant log outputLibreChat | "baseURL": "XXXXXXXXXX",
LibreChat | "models": {
LibreChat | "default": [
LibreChat | "qwen2.5-coder:7b-instruct",
LibreChat | "llama3.2",
LibreChat | "llama3.2-vision",
LibreChat | "deepseek-r1"
LibreChat | ],
LibreChat | "fetch": true
LibreChat | },
LibreChat | "titleConvo": true,
LibreChat | "titleModel": "current_model",
LibreChat | "summarize": false,
LibreChat | "summaryModel": "current_model",
LibreChat | "forcePrompt": false,
LibreChat | "modelDisplayLabel": "Ollama"
LibreChat | }
LibreChat | ]
LibreChat | }
LibreChat | }
LibreChat | 2025-02-12 02:58:32 info: RAG API is running and reachable at http://rag_api:8000.
LibreChat | 2025-02-12 02:58:32 info: [MCP] Initializing servers
LibreChat | 2025-02-12 02:58:32 info: [MCP][postgres] Connection state: connecting
LibreChat | 2025-02-12 02:58:32 info: [MCP][sequential-reasoning] Connection state: connecting
LibreChat | 2025-02-12 02:58:32 info: [MCP][time] Connection state: connecting
LibreChat | 2025-02-12 02:58:32 info: [MCP][time] Connection state: error
LibreChat | 2025-02-12 02:58:32 error: [MCP][time] Connection failed: spawn python ENOENT
LibreChat | 2025-02-12 02:58:34 info: [MCP][time] Connection state: disconnected
LibreChat | 2025-02-12 02:58:34 info: [MCP][time] Connection state: connecting
LibreChat | 2025-02-12 02:58:34 info: [MCP][time] Connection state: error
LibreChat | 2025-02-12 02:58:34 error: [MCP][time] Connection failed: spawn python ENOENT
LibreChat | 2025-02-12 02:58:35 info: [MCP][postgres] Connection state: connected
LibreChat | 2025-02-12 02:58:35 info: [MCP][postgres] Capabilities: {"resources":{},"tools":{}}
LibreChat | 2025-02-12 02:58:35 info: [MCP][postgres] Available tools: query
LibreChat | Sequential Thinking MCP Server running on stdio
LibreChat | 2025-02-12 02:58:35 info: [MCP][sequential-reasoning] Connection state: connected
LibreChat | 2025-02-12 02:58:35 info: [MCP][sequential-reasoning] Capabilities: {"tools":{}}
LibreChat | 2025-02-12 02:58:35 info: [MCP][sequential-reasoning] Available tools: sequentialthinking
LibreChat | 2025-02-12 02:58:38 info: [MCP][time] Connection state: disconnected
LibreChat | 2025-02-12 02:58:38 info: [MCP][time] Connection state: connecting
LibreChat | 2025-02-12 02:58:38 info: [MCP][time] Connection state: error
LibreChat | 2025-02-12 02:58:38 error: [MCP][time] Connection failed: spawn python ENOENT
LibreChat | 2025-02-12 02:58:38 error: [MCP][time] Failed after 3 attempts
LibreChat | 2025-02-12 02:58:38 error: [MCP][time] Initialization failed spawn python ENOENT
LibreChat | 2025-02-12 02:58:38 info: [MCP] Initialized 2/3 server(s)
LibreChat | 2025-02-12 02:58:38 warn: [MCP] 1/3 server(s) failed to initialize
LibreChat | 2025-02-12 02:58:38 info: [MCP][postgres] ✓ Initialized
LibreChat | 2025-02-12 02:58:38 info: [MCP][sequential-reasoning] ✓ Initialized
LibreChat | 2025-02-12 02:58:38 info: [MCP][time] ✗ Failed
LibreChat | 2025-02-12 02:58:38 info: No changes needed for 'USER' role permissions
LibreChat | 2025-02-12 02:58:38 info: No changes needed for 'ADMIN' role permissions
LibreChat | 2025-02-12 02:58:38 info: Server listening on all interfaces at port 3080. Use http://localhost:3080 to access it ScreenshotsNo response Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Answered by
danny-avila
Feb 12, 2025
Replies: 1 comment 1 reply
-
Thank you. Python based MCP servers are not supported yet, simply because the core project that spawns the processes have no Python dependencies. You can work around this with MCP Gateway MCP supergateway (other projects that bridge MCP connections) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
polymathematic
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you. Python based MCP servers are not supported yet, simply because the core project that spawns the processes have no Python dependencies. You can work around this with MCP Gateway MCP supergateway (other projects that bridge MCP connections)