Skip to content

Commit b4ebb44

Browse files
committed
update dependencies
1 parent 85b9ef0 commit b4ebb44

File tree

11 files changed

+205
-339
lines changed

11 files changed

+205
-339
lines changed

.changeset/vast-zoos-carry.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"hono-agents": patch
3+
"agents": patch
4+
---
5+
6+
update dependencies

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.0.4/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.0.5/schema.json",
33
"assist": {
44
"actions": {
55
"source": {

examples/mcp-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "",
33
"dependencies": {
4-
"@modelcontextprotocol/sdk": "^1.13.0",
4+
"@modelcontextprotocol/sdk": "^1.13.1",
55
"nanoid": "^5.1.5"
66
},
77
"keywords": [],

examples/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"mcp-remote": "^0.1.16"
55
},
66
"devDependencies": {
7-
"@modelcontextprotocol/sdk": "^1.13.0"
7+
"@modelcontextprotocol/sdk": "^1.13.1"
88
},
99
"keywords": [],
1010
"name": "@cloudflare/agents-mcp-example",

0 commit comments

Comments
 (0)