Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better error messages in the claud MCP developer log #106

Closed
jexp opened this issue Nov 28, 2024 · 1 comment
Closed

Better error messages in the claud MCP developer log #106

jexp opened this issue Nov 28, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@jexp
Copy link
Contributor

jexp commented Nov 28, 2024

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!```
@jexp jexp added the bug Something isn't working label Nov 28, 2024
@jspahrsummers
Copy link
Member

Thank you for flagging. You can check individual servers' logs rather than the main mcp.log file to see more information.

I'm going to close this out, as it's about the Claude Desktop integration rather than these reference servers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants