Skip to content

0.2.0: Multi-connection and saved requests

Choose a tag to compare

@matteo8p matteo8p released this 07 Jun 17:42
· 2909 commits to main since this release

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 mcpjamAgent and mcpjamClient. There is one agent. Each connection to a MCP server is its own client.

Other:

  • Made some UI and logging improvements here and there.