Skip to content
Open
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
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
},
"pnpm": {
"overrides": {
"@modelcontextprotocol/sdk": "^1.26.0",
"@types/uuid": "^9.0.8",
"hono": "^4.11.7",
"uuid": "^10.0.0",
Expand Down
22 changes: 11 additions & 11 deletions pnpm-lock.yaml

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

7 changes: 5 additions & 2 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ catalog:
"@azure/identity": "^4.12.1"

# Express framework
"express": "^5.2.0"
"express": "^5.2.1"

Comment thread
pontemonti marked this conversation as resolved.
# JSON Web Token
"jsonwebtoken": "^9.0.3"
Expand All @@ -27,7 +27,7 @@ catalog:
"@microsoft/agents-hosting": "^1.3.1"
"@microsoft/agents-activity": "^1.3.1"

# Hono - required peer dependency for MCP SDK and OpenAI agents
# Hono - required peer dependency for @openai/agents (bundled as a dependency in @modelcontextprotocol/sdk since 1.26.0)
"hono": "^4.11.7"

# Model Context Protocol SDK
Expand Down Expand Up @@ -75,6 +75,9 @@ catalog:
"uuid": "^9.0.1"

overrides:
# MCP SDK - force single version across all dependents (e.g. @langchain/mcp-adapters)
"@modelcontextprotocol/sdk": "^1.26.0"

# Brace expansion - update for bug fixes
"@isaacs/brace-expansion": "^5.0.1"

Expand Down