feat(agentgateway): add Agentgateway service with configuration files and documentation

This commit is contained in:
Sun-ZhenXing
2026-02-07 20:45:43 +08:00
parent c03771751c
commit 1ba0401d90
7 changed files with 180 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
binds:
- port: 3000
listeners:
- routes:
- policies:
cors:
allowOrigins:
- "*"
allowHeaders:
- mcp-protocol-version
- content-type
- cache-control
exposeHeaders:
- "Mcp-Session-Id"
backends:
- mcp:
targets:
- name: everything
stdio:
cmd: npx
args: ["@modelcontextprotocol/server-everything"]