Skip to content

iitc-mcp v1.1.0

Latest

Choose a tag to compare

@comicchang comicchang released this 15 Jul 16:38
· 3 commits to main since this release

Multi-Agent Support

One browser page can now serve multiple MCP server instances.
Start a standalone broker, then connect multiple agents via --broker-url.

iitc-mcp broker
iitc-mcp serve --broker-url http://127.0.0.1:27342

Commands are queued by ID — simultaneous operations may interfere.
In practice, only one agent operates at a time.

Status Color

Indicator now uses setProperty('color', ..., 'important') for robust color rendering.

Fixes

  • BridgeClient interface: async getConnectionStatus/getRecentEvents
  • Broker ready fallback: map.get_state completion marks bridge ready
  • HTTP control plane: /mcp/status, /mcp/events, /mcp/call

Full Changelog: v1.0.0...v1.1.0