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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: