Skip to content

Commit 5fb0edb

Browse files
committed
Move docs-vectorize MCP server to be stateless
Still keeping the old serving method on /sse – but for /mcp it no longer has a DO as a bottleneck. A more wider fix here would be to make a common stateless MCP server with all the same observability, etc
1 parent f9f0bb6 commit 5fb0edb

File tree

25 files changed

+672
-364
lines changed

25 files changed

+672
-364
lines changed

apps/ai-gateway/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"dependencies": {
1515
"@cloudflare/workers-oauth-provider": "0.0.5",
1616
"@hono/zod-validator": "0.4.3",
17-
"@modelcontextprotocol/sdk": "1.18.2",
17+
"@modelcontextprotocol/sdk": "1.20.2",
1818
"@repo/mcp-common": "workspace:*",
1919
"@repo/mcp-observability": "workspace:*",
20-
"agents": "0.2.7",
20+
"agents": "0.2.17",
2121
"cloudflare": "4.2.0",
2222
"hono": "4.7.6",
2323
"zod": "3.24.2"

apps/auditlogs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"dependencies": {
1515
"@cloudflare/workers-oauth-provider": "0.0.5",
1616
"@hono/zod-validator": "0.4.3",
17-
"@modelcontextprotocol/sdk": "1.18.2",
17+
"@modelcontextprotocol/sdk": "1.20.2",
1818
"@repo/mcp-common": "workspace:*",
1919
"@repo/mcp-observability": "workspace:*",
20-
"agents": "0.2.7",
20+
"agents": "0.2.17",
2121
"cloudflare": "4.2.0",
2222
"hono": "4.7.6",
2323
"zod": "3.24.2"

apps/autorag/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"dependencies": {
1515
"@cloudflare/workers-oauth-provider": "0.0.5",
1616
"@hono/zod-validator": "0.4.3",
17-
"@modelcontextprotocol/sdk": "1.18.2",
17+
"@modelcontextprotocol/sdk": "1.20.2",
1818
"@repo/mcp-common": "workspace:*",
1919
"@repo/mcp-observability": "workspace:*",
20-
"agents": "0.2.7",
20+
"agents": "0.2.17",
2121
"cloudflare": "4.2.0",
2222
"hono": "4.7.6",
2323
"zod": "3.24.2"

apps/browser-rendering/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"dependencies": {
1515
"@cloudflare/workers-oauth-provider": "0.0.5",
1616
"@hono/zod-validator": "0.4.3",
17-
"@modelcontextprotocol/sdk": "1.18.2",
17+
"@modelcontextprotocol/sdk": "1.20.2",
1818
"@repo/mcp-common": "workspace:*",
1919
"@repo/mcp-observability": "workspace:*",
20-
"agents": "0.2.7",
20+
"agents": "0.2.17",
2121
"cloudflare": "4.2.0",
2222
"hono": "4.7.6",
2323
"zod": "3.24.2"

apps/cloudflare-one-casb/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"dependencies": {
1515
"@cloudflare/workers-oauth-provider": "0.0.5",
1616
"@hono/zod-validator": "0.4.3",
17-
"@modelcontextprotocol/sdk": "1.18.2",
17+
"@modelcontextprotocol/sdk": "1.20.2",
1818
"@repo/mcp-common": "workspace:*",
19-
"agents": "0.2.7",
19+
"agents": "0.2.17",
2020
"cloudflare": "4.2.0",
2121
"hono": "4.7.6",
2222
"zod": "3.24.2"

apps/demo-day/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"test": "vitest run"
1212
},
1313
"dependencies": {
14-
"@modelcontextprotocol/sdk": "1.18.2",
14+
"@modelcontextprotocol/sdk": "1.20.2",
1515
"@repo/mcp-common": "workspace:*",
1616
"@repo/mcp-observability": "workspace:*",
17-
"agents": "0.2.7",
17+
"agents": "0.2.17",
1818
"zod": "3.24.2"
1919
},
2020
"devDependencies": {

apps/dex-analysis/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"dependencies": {
1616
"@cloudflare/workers-oauth-provider": "0.0.5",
1717
"@hono/zod-validator": "0.4.3",
18-
"@modelcontextprotocol/sdk": "1.18.2",
18+
"@modelcontextprotocol/sdk": "1.20.2",
1919
"@repo/mcp-common": "workspace:*",
2020
"@repo/mcp-observability": "workspace:*",
21-
"agents": "0.2.7",
21+
"agents": "0.2.17",
2222
"cloudflare": "4.2.0",
2323
"hono": "4.7.6",
2424
"jszip": "3.10.1",

apps/dns-analytics/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"dependencies": {
1515
"@cloudflare/workers-oauth-provider": "0.0.5",
1616
"@hono/zod-validator": "0.4.3",
17-
"@modelcontextprotocol/sdk": "1.18.2",
17+
"@modelcontextprotocol/sdk": "1.20.2",
1818
"@repo/mcp-common": "workspace:*",
1919
"@repo/mcp-observability": "workspace:*",
20-
"agents": "0.2.7",
20+
"agents": "0.2.17",
2121
"cloudflare": "4.2.0",
2222
"hono": "4.7.6",
2323
"zod": "3.24.2"

apps/docs-autorag/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"dependencies": {
1515
"@cloudflare/workers-oauth-provider": "0.0.5",
1616
"@hono/zod-validator": "0.4.3",
17-
"@modelcontextprotocol/sdk": "1.18.2",
17+
"@modelcontextprotocol/sdk": "1.20.2",
1818
"@repo/mcp-common": "workspace:*",
1919
"@repo/mcp-observability": "workspace:*",
20-
"agents": "0.2.7",
20+
"agents": "0.2.17",
2121
"cloudflare": "4.2.0",
2222
"hono": "4.7.6",
2323
"mime": "4.0.6",

apps/docs-vectorize/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"dependencies": {
1515
"@cloudflare/workers-oauth-provider": "0.0.5",
1616
"@hono/zod-validator": "0.4.3",
17-
"@modelcontextprotocol/sdk": "1.18.2",
17+
"@modelcontextprotocol/sdk": "1.20.2",
1818
"@repo/mcp-common": "workspace:*",
1919
"@repo/mcp-observability": "workspace:*",
20-
"agents": "0.2.7",
20+
"agents": "0.2.17",
2121
"cloudflare": "4.2.0",
2222
"hono": "4.7.6",
2323
"mime": "4.0.6",

0 commit comments

Comments
 (0)