🔐 feat: Add Resource Parameter to OAuth Requests per MCP Spec (#8599)

This commit is contained in:
Rinor Maloku 2025-07-22 23:52:55 +02:00 committed by GitHub
parent e5d08ccdf1
commit baf3b4ad08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 33 additions and 5 deletions

8
package-lock.json generated
View file

@ -22333,9 +22333,9 @@
}
},
"node_modules/@modelcontextprotocol/sdk": {
"version": "1.13.3",
"resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.13.3.tgz",
"integrity": "sha512-bGwA78F/U5G2jrnsdRkPY3IwIwZeWUEfb5o764b79lb0rJmMT76TLwKhdNZOWakOQtedYefwIR4emisEMvInKA==",
"version": "1.16.0",
"resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.16.0.tgz",
"integrity": "sha512-8ofX7gkZcLj9H9rSd50mCgm3SSF8C7XoclxJuLoV0Cz3rEQ1tv9MZRYYvJtm9n1BiEQQMzSmE/w2AEkNacLYfg==",
"license": "MIT",
"peer": true,
"dependencies": {
@ -48619,7 +48619,7 @@
"@langchain/core": "^0.3.62",
"@librechat/agents": "^2.4.67",
"@librechat/data-schemas": "*",
"@modelcontextprotocol/sdk": "^1.13.3",
"@modelcontextprotocol/sdk": "^1.16.0",
"axios": "^1.8.2",
"diff": "^7.0.0",
"eventsource": "^3.0.2",