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
Title: MCP Inspector CI: Protocol test times out (server does not respond)
2
+
3
+
Body:
4
+
### Summary
5
+
The MCP Inspector Compatibility Test job ([see job](https://github.com/openSVM/solana-mcp-server/actions/runs/17344113947/job/49241845180)) is failing due to a 60s timeout while waiting for the solana-mcp-server to respond to protocol requests. The test script reports:
6
+
7
+
```
8
+
❌ Test timeout after 60 seconds
9
+
Test results so far: { initialize: false, toolsList: false }
10
+
```
11
+
12
+
### Details
13
+
- The test script never receives the 'initialize' or 'toolsList' responses from the MCP server process.
0 commit comments