feat: add graphify-mcp console script entry point (#1190)

Adds `graphify-mcp` as a named console script pointing to `graphify.serve:_main`, making the MCP stdio server directly invocable as a first-class CLI command from uv tool / pipx installs. MCP client configs can now use `"command": "graphify-mcp"` instead of `python -m graphify.serve`.

Co-authored-by: jr2804 <jr2804@users.noreply.github.com>
This commit is contained in:
Jan
2026-06-08 11:35:21 +02:00
committed by GitHub
parent 8a04560bf5
commit 42d1b8d02f
+1
View File
@@ -75,6 +75,7 @@ all = ["mcp", "neo4j", "pypdf", "markdownify", "watchdog", "graspologic; python_
[project.scripts]
graphify = "graphify.__main__:main"
graphify-mcp = "graphify.serve:_main"
[dependency-groups]
dev = [