Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 2 additions & 24 deletions deploy/kubernetes/mcp-http.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,7 @@ spec:
imagePullPolicy: IfNotPresent
command:
- python
- -m
- mcp.server.fastmcp
args:
- --server-name
- context-engine-http
- --host
- 0.0.0.0
- --port
- '8000'
- --transport
- http
- /app/scripts/memory_server.py
- /app/scripts/mcp_memory_server.py
ports:
- name: http
containerPort: 8000
Expand Down Expand Up @@ -195,18 +184,7 @@ spec:
imagePullPolicy: IfNotPresent
command:
- python
- -m
- mcp.server.fastmcp
args:
- --server-name
- context-engine-indexer-http
- --host
- 0.0.0.0
- --port
- '8001'
- --transport
- http
- /app/scripts/indexer_server.py
- /app/scripts/mcp_indexer_server.py
ports:
- name: http
containerPort: 8001
Expand Down
Loading