The native MCP interface to Core
Read Core's MCP interface as the source of truth for how an agent queries the estate - why the surface is native rather than adapted, the protocol contract it commits to, and the tools and resources you call.
Units5
Duration25 min
Levelintermediate
By the end of this module, you'll be able to:
- Explain why MCP is Core's canonical query surface rather than an adapter bolted onto REST, per ADR-0003.
- State the protocol baseline Core's MCP server commits to: spec revision, transports, schema dialect, and how tool errors are reported.
- Name Core's MCP tools and resources, what each returns, and how
query_graphis bounded so it cannot become a general escape hatch. - Distinguish the read tools from the propose-only request-lifecycle tools, and explain why writes never mutate protected state directly.