chore: update repository URLs and bump version to 1.0.6

This commit is contained in:
Abdusshh
2025-04-23 20:02:53 +03:00
parent b914a2b9e1
commit 58e4d18503
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -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
View File
@@ -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: {},