Skip to content

Commit 241f1ab

Browse files
committed
Update agent + modelcontextprotocol deps
1 parent 256aeb8 commit 241f1ab

File tree

23 files changed

+4339
-344
lines changed

23 files changed

+4339
-344
lines changed

.changeset/tired-wings-dance.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
'workers-observability': patch
3+
'@repo/mcp-observability': patch
4+
'cloudflare-casb-mcp-server': patch
5+
'cloudflare-browser-mcp-server': patch
6+
'containers-mcp': patch
7+
'workers-bindings': patch
8+
'docs-vectorize': patch
9+
'workers-builds': patch
10+
'@repo/eval-tools': patch
11+
'@repo/mcp-common': patch
12+
'dns-analytics': patch
13+
'dex-analysis': patch
14+
'docs-autorag': patch
15+
'cloudflare-ai-gateway-mcp-server': patch
16+
'auditlogs': patch
17+
'demo-day': patch
18+
'cloudflare-autorag-mcp-server': patch
19+
'graphql-mcp-server': patch
20+
'logpush': patch
21+
'cloudflare-radar-mcp-server': patch
22+
---
23+
24+
Update agent + modelcontextprotocol deps

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.17.2",
17+
"@modelcontextprotocol/sdk": "1.18.2",
1818
"@repo/mcp-common": "workspace:*",
1919
"@repo/mcp-observability": "workspace:*",
20-
"agents": "0.0.113",
20+
"agents": "0.2.7",
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.17.2",
17+
"@modelcontextprotocol/sdk": "1.18.2",
1818
"@repo/mcp-common": "workspace:*",
1919
"@repo/mcp-observability": "workspace:*",
20-
"agents": "0.0.113",
20+
"agents": "0.2.7",
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.17.2",
17+
"@modelcontextprotocol/sdk": "1.18.2",
1818
"@repo/mcp-common": "workspace:*",
1919
"@repo/mcp-observability": "workspace:*",
20-
"agents": "0.0.113",
20+
"agents": "0.2.7",
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.17.2",
17+
"@modelcontextprotocol/sdk": "1.18.2",
1818
"@repo/mcp-common": "workspace:*",
1919
"@repo/mcp-observability": "workspace:*",
20-
"agents": "0.0.113",
20+
"agents": "0.2.7",
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.17.2",
17+
"@modelcontextprotocol/sdk": "1.18.2",
1818
"@repo/mcp-common": "workspace:*",
19-
"agents": "0.0.113",
19+
"agents": "0.2.7",
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.17.2",
14+
"@modelcontextprotocol/sdk": "1.18.2",
1515
"@repo/mcp-common": "workspace:*",
1616
"@repo/mcp-observability": "workspace:*",
17-
"agents": "0.0.113",
17+
"agents": "0.2.7",
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.17.2",
18+
"@modelcontextprotocol/sdk": "1.18.2",
1919
"@repo/mcp-common": "workspace:*",
2020
"@repo/mcp-observability": "workspace:*",
21-
"agents": "0.0.113",
21+
"agents": "0.2.7",
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.17.2",
17+
"@modelcontextprotocol/sdk": "1.18.2",
1818
"@repo/mcp-common": "workspace:*",
1919
"@repo/mcp-observability": "workspace:*",
20-
"agents": "0.0.113",
20+
"agents": "0.2.7",
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.17.2",
17+
"@modelcontextprotocol/sdk": "1.18.2",
1818
"@repo/mcp-common": "workspace:*",
1919
"@repo/mcp-observability": "workspace:*",
20-
"agents": "0.0.113",
20+
"agents": "0.2.7",
2121
"cloudflare": "4.2.0",
2222
"hono": "4.7.6",
2323
"mime": "4.0.6",

0 commit comments

Comments
 (0)