Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dev": "tsc --watch & node --watch dist/mcp-server.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.27.1",
"@modelcontextprotocol/sdk": "^1.29.0",
"@langchain/openai": "^1.2.11",
"@langchain/core": "^1.1.29",
"langchain": "^1.2.28",
Expand Down
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"type": "module",
"description": "Example MCP servers for testing",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.28.0"
"@modelcontextprotocol/sdk": "^1.29.0"
}
}
20 changes: 10 additions & 10 deletions examples/resources-demo-server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/resources-demo-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "node server.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.27.1"
"@modelcontextprotocol/sdk": "^1.29.0"
},
"keywords": ["mcp", "resources", "demo"],
"license": "MIT"
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@dexto/server": "workspace:*",
"@dexto/storage": "workspace:*",
"@dexto/tui": "workspace:*",
"@modelcontextprotocol/sdk": "^1.28.0",
"@modelcontextprotocol/sdk": "^1.29.0",
"@opentelemetry/instrumentation-http": "^0.210.0",
"@opentelemetry/instrumentation-undici": "^0.20.0",
"@opentelemetry/core": "^1.28.0",
Expand All @@ -34,9 +34,9 @@
"commander": "^11.1.0",
"dotenv": "^16.4.7",
"fs-extra": "^11.3.0",
"hono": "^4.12.9",
"hono": "^4.12.12",
"ioredis": "^5.7.0",
"minimatch": "^10.2.3",
"minimatch": "^10.2.5",
"open": "^10.2.0",
"pg": "^8.15.4",
"posthog-node": "^4.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/client-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"./package.json": "./package.json"
},
"dependencies": {
"hono": "^4.12.9"
"hono": "^4.12.12"
},
"devDependencies": {
"@dexto/core": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@ai-sdk/openai-compatible": "^1.0.30",
"@ai-sdk/provider": "^2.0.0",
"@ai-sdk/xai": "^2.0.0",
"@modelcontextprotocol/sdk": "^1.28.0",
"@modelcontextprotocol/sdk": "^1.29.0",
"@openrouter/ai-sdk-provider": "^1.5.4",
"@opentelemetry/api": "^1.9.0",
"ai": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/image-bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@dexto/agent-config": "workspace:*",
"@dexto/core": "workspace:*",
"commander": "^12.0.0",
"esbuild": "^0.27.0",
"esbuild": "^0.27.5",
"picocolors": "^1.0.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"@dexto/image-local": "workspace:*",
"@dexto/storage": "workspace:*",
"@dexto/tools-scheduler": "workspace:*",
"@hono/node-server": "1.19.11",
"@hono/node-server": "1.19.13",
"@hono/zod-openapi": "^0.19.1",
"hono": "^4.12.9",
"hono": "^4.12.12",
"ws": "^8.18.1",
"yaml": "^2.8.3",
"@modelcontextprotocol/sdk": "^1.28.0"
"@modelcontextprotocol/sdk": "^1.29.0"
},
"scripts": {
"build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 tsup && node ../../scripts/clean-tsbuildinfo.mjs && cross-env NODE_OPTIONS=--max-old-space-size=8192 tsc -b tsconfig.json --emitDeclarationOnly",
Expand Down
2 changes: 1 addition & 1 deletion packages/tools-builtins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@dexto/agent-config": "workspace:*",
"@dexto/core": "workspace:*",
"undici": "^7.24.6",
"undici": "^8.1.0",
"zod": "^3.25.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@
"monaco-editor": "^0.53.0",
"tw-animate-css": "^1.2.9",
"typescript": "^5",
"vite": "^7.2.0"
"vite": "^7.3.2"
}
}
Loading
Loading