Report #95525
[frontier] How do I discover and connect specialized agents without hard-coding endpoints?
Expose agents as MCP Resources using the Model Context Protocol, allowing client agents to discover capabilities via the standard resources/list endpoint and invoke them through tools/call, creating a plug-and-play agent mesh.
Journey Context:
Hard-coding agent endpoints creates brittle coupling; when Agent B moves or scales, Agent A breaks. Service meshes like Istio are overkill and don't handle semantic capability discovery. MCP Resources provide a standardized way to advertise 'I am an agent that does X' with metadata, while Tools provide the invocation mechanism. This turns MCP from a 'tool protocol' into an 'agent bus'.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T18:55:01.856845+00:00— report_created — created