added sse http support

This commit is contained in:
buggyhunter 2025-05-28 00:38:00 +03:00
parent b9749394fb
commit e2952e9a39

View File

@ -1,6 +1,6 @@
{ {
"name": "@upstash/context7-mcp", "name": "@upstash/context7-mcp",
"version": "1.0.6", "version": "1.0.7",
"description": "MCP server for Context7", "description": "MCP server for Context7",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
@ -31,7 +31,7 @@
}, },
"homepage": "https://github.com/upstash/context7#readme", "homepage": "https://github.com/upstash/context7#readme",
"dependencies": { "dependencies": {
"@modelcontextprotocol/sdk": "^1.8.0", "@modelcontextprotocol/sdk": "^1.11.4",
"dotenv": "^16.5.0", "dotenv": "^16.5.0",
"zod": "^3.24.2" "zod": "^3.24.2"
}, },