You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if failing mcp server invocations would show up in the developer log.
Currently even if the UI reports "error connecting to MCP server xxxx" there is nothing in the logs.
I know because there were bugs in the implementation, which I found by running the server manually, which is a bit frustrating.
2024-11-28T09:27:43.720Z [info] Attempting to connect to MCP server sqlite...
2024-11-28T09:27:43.720Z [info] Attempting to connect to MCP server memory...
2024-11-28T09:27:43.731Z [info] Connected to MCP server sqlite!
2024-11-28T09:27:43.732Z [info] Connected to MCP server neo4j!
2024-11-28T09:27:43.734Z [info] Connected to MCP server memory!
2024-11-28T09:27:50.648Z [info] Attempting to connect to MCP server neo4j...
2024-11-28T09:27:50.649Z [info] Attempting to connect to MCP server sqlite...
2024-11-28T09:27:50.649Z [info] Attempting to connect to MCP server memory...
2024-11-28T09:27:50.657Z [info] Connected to MCP server neo4j!
2024-11-28T09:27:50.657Z [info] Connected to MCP server sqlite!
2024-11-28T09:27:50.658Z [info] Connected to MCP server memory!```
The text was updated successfully, but these errors were encountered:
It would be great if failing mcp server invocations would show up in the developer log.
Currently even if the UI reports "error connecting to MCP server xxxx" there is nothing in the logs.
I know because there were bugs in the implementation, which I found by running the server manually, which is a bit frustrating.
The text was updated successfully, but these errors were encountered: