MCP Tools
MCP connects external MCP server tools into OmniCoreAgent’s tool runtime.
Those tools run beside local Python tools, workspace tools, artifact tools,
skills, subagent tools, and other harness tools. The agent sees one available
tool surface; the runtime handles where each tool came from.
Transport Types
1. stdio — Local MCP servers
Process communication with local CLI tools:
2. streamable_http — Remote servers with HTTP streaming
3. sse — Server-Sent Events
Complete Example with All 3 Transport Types
Transport Comparison
Use MCP when the agent needs tools hosted by an MCP server. Choose stdio for
local CLI servers, streamable_http for HTTP MCP servers, and sse for
Server-Sent Events transports.