We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa6aba commit da0f37aCopy full SHA for da0f37a
package.json
@@ -5,7 +5,7 @@
5
"type": "module",
6
"repository": {
7
"type": "git",
8
- "url": "https://github.com/drewdrewH/code-graph-context.git"
+ "url": "git+https://github.com/drewdrewH/code-graph-context.git"
9
},
10
"keywords": [
11
"mcp",
@@ -29,7 +29,7 @@
29
"license": "MIT",
30
"main": "dist/mcp/mcp.server.js",
31
"bin": {
32
- "code-graph-context": "./dist/mcp/mcp.server.js"
+ "code-graph-context": "dist/mcp/mcp.server.js"
33
34
"files": [
35
"dist/**/*",
0 commit comments