chore: update @modelcontextprotocol/sdk to 1.9.0 to include fix for missing redirect_uri in token exchange

This commit is contained in:
Rune Botten 2025-04-15 22:51:14 -07:00 committed by Glen Maddern
parent 189ecc9fce
commit bb4c03f069
2 changed files with 11 additions and 10 deletions

View file

@ -28,7 +28,7 @@
"check": "prettier --check . && tsc"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.7.0",
"@modelcontextprotocol/sdk": "^1.9.0",
"express": "^4.21.2",
"open": "^10.1.0"
},