0.2.0: Multi-connection and saved requests
MCPJam now supports connections to multiple MCP servers. Easily switch back and forth between servers. However, you can still only test servers one at a time.
To do this we:
- Created a
mcpjamAgentandmcpjamClient. There is one agent. Each connection to a MCP server is its own client.
Other:
- Made some UI and logging improvements here and there.