Skip to content

Commit 3c152ac

Browse files
committed
...
1 parent 76627db commit 3c152ac

9 files changed

Lines changed: 6 additions & 781 deletions

File tree

k8s/create-secrets.sh

Lines changed: 0 additions & 4 deletions
This file was deleted.

k8s/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ spec:
5252
apt-get update && apt-get install -y git && \
5353
git clone https://github.com/boettiger-lab/mcp-data-server.git /app && \
5454
cd /app && \
55-
uv run mcp-data-server --port 8001 --host 127.0.0.1 --db-path :memory: --transport streamable_http --custom-prompt wetlands-data.md
55+
uv run mcp-data-server --port 8001 --host 127.0.0.1 --db-path :memory: --transport stream --custom-prompt wetlands-data.md
5656
resources:
5757
requests:
5858
cpu: "4"

k8s/ingress.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: networking.k8s.io/v1
22
kind: Ingress
33
metadata:
4-
name: mcp-server-ingress
4+
name: mcp-data-server-ingress
55
annotations:
66
# CORS headers added manually via response-set-header
77
haproxy.org/response-set-header: |
@@ -30,12 +30,12 @@ spec:
3030
ingressClassName: haproxy
3131
tls:
3232
- hosts:
33-
- wetlands-mcp.nrp-nautilus.io
33+
- data-mcp.nrp-nautilus.io
3434
# Note: Ensure you have a 'secretName' here if you are managing your own certs,
3535
# or that cert-manager is handling it if you see a valid HTTPS cert.
3636
# secretName: biodiversity-tls
3737
rules:
38-
- host: wetlands-mcp.nrp-nautilus.io
38+
- host: data-mcp.nrp-nautilus.io
3939
http:
4040
paths:
4141
- path: /

k8s/pvc.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

src/mcp_data_server/wetlands-data.md

Lines changed: 0 additions & 99 deletions
This file was deleted.

src/wetlands_mcp_server/__init__.py

Lines changed: 0 additions & 247 deletions
This file was deleted.

0 commit comments

Comments
 (0)