From 42d1b8d02ff643b1595a3ba62fa25bbbdb73a014 Mon Sep 17 00:00:00 2001 From: Jan Date: Mon, 8 Jun 2026 11:35:21 +0200 Subject: [PATCH] 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 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 85baa484..513e105d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [