feat(agentgateway): add Agentgateway service with configuration files and documentation
This commit is contained in:
21
src/agentgateway/config.yaml
Normal file
21
src/agentgateway/config.yaml
Normal 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"]
|
||||
Reference in New Issue
Block a user