Update MCP schema to be more conscise (#268499)

* Update MCP schema to be more conscise

* Remove debug string
This commit is contained in:
Logan Ramos
2025-09-26 12:52:18 -04:00
committed by GitHub
parent 5b60de5262
commit 02a22c8d39
3 changed files with 7 additions and 7 deletions

View File

@@ -12,7 +12,7 @@
"start-stdio": "npm run -s compile && node ./out/stdio.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.3",
"@modelcontextprotocol/sdk": "^1.18.2",
"@playwright/mcp": "^0.0.37",
"cors": "^2.8.5",
"express": "^5.1.0",