Skip to content

Commit 2a6e66e

Browse files
update dependencies, log less data (#404)
1 parent 2ef5f99 commit 2a6e66e

22 files changed

+228
-296
lines changed

.changeset/gold-plants-clap.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+
udpate dependencies

.changeset/nine-pots-reply.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"agents": patch
3+
---
4+
5+
log less data
6+
7+
as part of our observability impl, we were logging way too much data, making it a probable data leak, but also blowing past the max size limit on o11y messages. This reduces the amount of data logged.

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.1.3/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.1.4/schema.json",
33
"assist": {
44
"actions": {
55
"source": {

examples/a2a/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"dependencies": {
99
"@a2a-js/sdk": "^0.2.2",
10-
"hono": "^4.8.12"
10+
"hono": "^4.9.1"
1111
},
1212
"keywords": [],
1313
"scripts": {

examples/mcp-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start": "vite dev"
99
},
1010
"dependencies": {
11-
"@modelcontextprotocol/sdk": "^1.17.1",
11+
"@modelcontextprotocol/sdk": "^1.17.2",
1212
"nanoid": "^5.1.5"
1313
},
1414
"keywords": []

examples/mcp-elicitation-demo/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.17.1",
4+
"@modelcontextprotocol/sdk": "^1.17.2",
55
"nanoid": "^5.1.5",
66
"react": "^19.1.1",
77
"react-dom": "^19.1.1",

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.18"
55
},
66
"devDependencies": {
7-
"@modelcontextprotocol/sdk": "^1.17.1"
7+
"@modelcontextprotocol/sdk": "^1.17.2"
88
},
99
"keywords": [],
1010
"name": "@cloudflare/agents-mcp-example",

0 commit comments

Comments
 (0)