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:27342Commands 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