Skip to content

Commit 58e4d18

Browse files
committed
chore: update repository URLs and bump version to 1.0.6
1 parent b914a2b commit 58e4d18

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@upstash/context7-mcp",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "MCP server for Context7",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1",
@@ -10,7 +10,7 @@
1010
},
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/upstash/context7-mcp.git"
13+
"url": "git+https://github.com/upstash/context7.git"
1414
},
1515
"keywords": [
1616
"modelcontextprotocol",
@@ -27,9 +27,9 @@
2727
"dist"
2828
],
2929
"bugs": {
30-
"url": "https://github.com/upstash/context7-mcp/issues"
30+
"url": "https://github.com/upstash/context7/issues"
3131
},
32-
"homepage": "https://github.com/upstash/context7-mcp#readme",
32+
"homepage": "https://github.com/upstash/context7#readme",
3333
"dependencies": {
3434
"@modelcontextprotocol/sdk": "^1.8.0",
3535
"zod": "^3.24.2"

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const DEFAULT_MINIMUM_TOKENS = 5000;
1212
const server = new McpServer({
1313
name: "Context7",
1414
description: "Retrieves up-to-date documentation and code examples for any library.",
15-
version: "1.0.4",
15+
version: "1.0.6",
1616
capabilities: {
1717
resources: {},
1818
tools: {},

0 commit comments

Comments
 (0)