mirror of
https://github.com/upstash/context7.git
synced 2026-09-14 19:09:34 +08:00
chore: update repository URLs and bump version to 1.0.6
This commit is contained in:
+4
-4
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@upstash/context7-mcp",
|
||||
"version": "1.0.5",
|
||||
"version": "1.0.6",
|
||||
"description": "MCP server for Context7",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
@@ -10,7 +10,7 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/upstash/context7-mcp.git"
|
||||
"url": "git+https://github.com/upstash/context7.git"
|
||||
},
|
||||
"keywords": [
|
||||
"modelcontextprotocol",
|
||||
@@ -27,9 +27,9 @@
|
||||
"dist"
|
||||
],
|
||||
"bugs": {
|
||||
"url": "https://github.com/upstash/context7-mcp/issues"
|
||||
"url": "https://github.com/upstash/context7/issues"
|
||||
},
|
||||
"homepage": "https://github.com/upstash/context7-mcp#readme",
|
||||
"homepage": "https://github.com/upstash/context7#readme",
|
||||
"dependencies": {
|
||||
"@modelcontextprotocol/sdk": "^1.8.0",
|
||||
"zod": "^3.24.2"
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@ const DEFAULT_MINIMUM_TOKENS = 5000;
|
||||
const server = new McpServer({
|
||||
name: "Context7",
|
||||
description: "Retrieves up-to-date documentation and code examples for any library.",
|
||||
version: "1.0.4",
|
||||
version: "1.0.6",
|
||||
capabilities: {
|
||||
resources: {},
|
||||
tools: {},
|
||||
|
||||
Reference in New Issue
Block a user