Minor Changes
- 1df7cce: Add Model Context Protocol (MCP) support — agents can call tools, read resources, and use prompts from external MCP servers (stdio + Streamable HTTP), with OAuth handled by the runtime. New
@electric-ax/agents-mcppackage ships theRegistryAPI, transports, OAuth bridges, and opt-inkeychainPersistence/filePersistencehelpers. The Electron desktop app exposes a Settings → MCP Servers page and amcp.serversblock insettings.jsonthat layers with the per-workspacemcp.json. Built-inhortonandworkeragents see registered MCP tools transparently viamcp.tools().