feat(docs): add Gateway Pattern for multi-platform MCP aggregation#392
feat(docs): add Gateway Pattern for multi-platform MCP aggregation#392keewillidevnet wants to merge 1 commit intoagntcy:mainfrom
Conversation
Add documentation describing the Gateway Pattern, an architectural approach for aggregating multiple MCP servers behind a single entry point using AGNTCY components (Agent Directory, OASF, Identity, TBAC, SLIM, Observability). Includes OASF record examples, discovery and routing sequence diagrams, telemetry fusion with SLIM, human-in-the-loop approval workflows, and agent workflow examples. References MIGA MCP Gateway as a reference implementation. Signed-off-by: keewillidevnet <keewillidevnet@users.noreply.github.com>
|
This is awesome and exactly where we want to go. We can put it in docs but we're thinking at this point it can be in a collection of patterns we could run as agents.md etc. We put this as a place holder for patterns and have a bunch we are reviewing to put here. github.com/agntcy/coffeeAGNTCY/agentic_patterns/ How about here and if you're up for it we can put more and bring them into the demonstrations |
|
Thanks @jparello happy to move this to coffeeAGNTCY/agentic_patterns/. I'll close this PR and open a new one there. And yes, definitely up for contributing more patterns. I have an edge-native topology variant (MCP servers running on-device via IOx, Dell TPCM/SONiC, whitebox switches) that would pair well alongside the centralized gateway pattern. |
Add the Gateway Pattern to agentic_patterns, describing an architectural approach for aggregating multiple MCP servers behind a single entry point using AGNTCY components (Agent Directory, OASF, Identity, TBAC, SLIM, Observability). Includes centralized, edge-native, and hybrid topology variants with support for Cisco IOx, Dell TPCM/SONiC, and whitebox switches. Defines seven agent types that compose multi-platform workflows through the gateway. References MIGA MCP Gateway as a reference implementation. Follows up on agntcy/docs#392 per maintainer feedback to place pattern documentation in coffeeAGNTCY/agentic_patterns. Signed-off-by: keewillidevnet <keewillidevnet@users.noreply.github.com>
Add documentation describing the Gateway Pattern, an architectural approach for aggregating multiple MCP servers behind a single entry point using AGNTCY components (Agent Directory, OASF, Identity, TBAC, SLIM, Observability).
Includes OASF record examples, discovery and routing sequence diagrams, telemetry fusion with SLIM, human-in-the-loop approval workflows, and agent workflow examples. References MIGA MCP Gateway as a reference implementation.