MCP Integration¶
Work in Progress
This page is a placeholder. See Architecture for current documentation.
Overview¶
MCP (Model Context Protocol) standardizes how agents interact with tools and resources.
Specification¶
Key Features¶
- Tool discovery and invocation
- Resource access (files, APIs, databases)
- Prompt templates
- Sampling (LLM access for tools)
Flow Diagram¶
See MCP with OAIAF Authorization for the detailed sequence diagram.
Implementation¶
Planned
MCP authorization middleware is planned for agent-protocols/mcp. See Roadmap.