What's New
MCP Testing ๐งช
Test your stdio MCP servers directly from the app to verify they work!
- Click the Test button in the MCP card menu
- Automatically runs the MCP protocol handshake
- Lists all available tools with descriptions and input schemas
- Shows server info, version, and capabilities
- Helpful error messages for common issues:
- npm authentication problems (with fix instructions)
- PATH resolution issues
- Process spawn failures
OpenCode Support ๐
- Auto-detects OpenCode config at
~/.opencode/config.json - Imports MCP server configurations from OpenCode projects
Bug Fixes
- Fixed
npxcommands not working (process spawning now properly inherits PATH) - Better error messages for HTTP connection issues
Notes
HTTP/SSE MCP testing is currently disabled. Only stdio MCPs (npx, uvx, node commands) can be tested. HTTP and SSE support is coming soon!