Skip to content

Version 0.1.7 just doesn't work #16

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

Closed
SpeedySH opened this issue May 25, 2025 · 3 comments
Closed

Version 0.1.7 just doesn't work #16

SpeedySH opened this issue May 25, 2025 · 3 comments

Comments

@SpeedySH
Copy link

2025-05-25T14:58:59.002Z [filesystem] [info] Client transport closed
2025-05-25T15:00:09.924Z [filesystem] [info] Initializing server...
2025-05-25T15:00:09.957Z [filesystem] [info] Server started and connected successfully
Secure MCP Filesystem Server running in "read/write" mode.
Allowed directories:
C:\Users\RainyPixel\Desktop,
F:\Projects
2025-05-25T15:00:09.996Z [filesystem] [info] Message from client: {"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"claude-ai","version":"0.1.0"}},"jsonrpc":"2.0","id":0}
2025-05-25T15:00:10.006Z [filesystem] [info] Message from server: {"jsonrpc":"2.0","id":0,"result":{"capabilities":{"tools":{}},"protocolVersion":"2025-03-26","serverInfo":{"name":"rust-mcp-filesystem","version":"0.1.7"}}}
2025-05-25T15:00:10.011Z [filesystem] [info] Client transport closed
2025-05-25T15:00:10.012Z [filesystem] [info] Server transport closed
2025-05-25T15:00:10.012Z [filesystem] [info] Client transport closed
2025-05-25T15:00:10.012Z [filesystem] [info] Server transport closed unexpectedly, this is likely due to the process exiting early. If you are developing this MCP server you can add output to stderr (i.e. `console.error('...')` in JavaScript, `print('...', file=sys.stderr)` in python) and it will appear in this log.
2025-05-25T15:00:10.012Z [filesystem] [error] Server disconnected. For troubleshooting guidance, please visit our [debugging documentation](https://modelcontextprotocol.io/docs/tools/debugging) {"context":"connection"}
2025-05-25T15:00:10.023Z [filesystem] [info] Server transport closed
2025-05-25T15:00:10.023Z [filesystem] [info] Client transport closed
@hashemix
Copy link
Member

Thanks for reporting this @SpeedySH ,
I noticed Claude is still on "protocolVersion":"2024-11-05" , but this mcp is on latest protocol version (2025-03-26) , and therefore Claude terminates it.

I will push a quick fix to address this later today

@hashemix
Copy link
Member

It should be fixed in v0.1.8 ✅ , feel free to give it a try 🤝

@SpeedySH
Copy link
Author

SpeedySH commented May 25, 2025

It should be fixed in v0.1.8 ✅ , feel free to give it a try 🤝

Thank you for the prompt resolution of the problem :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants