File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @upstash/context7-mcp" ,
3
- "version" : " 1.0.5 " ,
3
+ "version" : " 1.0.6 " ,
4
4
"description" : " MCP server for Context7" ,
5
5
"scripts" : {
6
6
"test" : " echo \" Error: no test specified\" && exit 1" ,
10
10
},
11
11
"repository" : {
12
12
"type" : " git" ,
13
- "url" : " git+https://github.com/upstash/context7-mcp .git"
13
+ "url" : " git+https://github.com/upstash/context7.git"
14
14
},
15
15
"keywords" : [
16
16
" modelcontextprotocol" ,
27
27
" dist"
28
28
],
29
29
"bugs" : {
30
- "url" : " https://github.com/upstash/context7-mcp /issues"
30
+ "url" : " https://github.com/upstash/context7/issues"
31
31
},
32
- "homepage" : " https://github.com/upstash/context7-mcp #readme" ,
32
+ "homepage" : " https://github.com/upstash/context7#readme" ,
33
33
"dependencies" : {
34
34
"@modelcontextprotocol/sdk" : " ^1.8.0" ,
35
35
"zod" : " ^3.24.2"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const DEFAULT_MINIMUM_TOKENS = 5000;
12
12
const server = new McpServer ( {
13
13
name : "Context7" ,
14
14
description : "Retrieves up-to-date documentation and code examples for any library." ,
15
- version : "1.0.4 " ,
15
+ version : "1.0.6 " ,
16
16
capabilities : {
17
17
resources : { } ,
18
18
tools : { } ,
You can’t perform that action at this time.
0 commit comments