code-graph-context 3.0.0 → 3.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -674,7 +674,7 @@ code-graph-context stop # Stop Neo4j container
|
|
|
674
674
|
## Contributing
|
|
675
675
|
|
|
676
676
|
```bash
|
|
677
|
-
git clone https://github.com/
|
|
677
|
+
git clone https://github.com/andrew-hernandez-paragon/code-graph-context.git
|
|
678
678
|
cd code-graph-context
|
|
679
679
|
npm install
|
|
680
680
|
npm run build
|
|
@@ -693,6 +693,6 @@ MIT - see [LICENSE](LICENSE)
|
|
|
693
693
|
|
|
694
694
|
## Links
|
|
695
695
|
|
|
696
|
-
- [Issues](https://github.com/
|
|
696
|
+
- [Issues](https://github.com/andrew-hernandez-paragon/code-graph-context/issues)
|
|
697
697
|
- [MCP Documentation](https://modelcontextprotocol.io/docs)
|
|
698
698
|
- [Neo4j](https://neo4j.com/)
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "code-graph-context",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"description": "MCP server that builds code graphs to provide rich context to LLMs",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"homepage": "https://github.com/
|
|
6
|
+
"homepage": "https://github.com/andrew-hernandez-paragon/code-graph-context#readme",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "git+https://github.com/
|
|
9
|
+
"url": "git+https://github.com/andrew-hernandez-paragon/code-graph-context.git"
|
|
10
10
|
},
|
|
11
11
|
"keywords": [
|
|
12
12
|
"mcp",
|