Manage graph viewers with a supervised local service
This commit is contained in:
parent
eb48ba1a51
commit
7c87536167
14 changed files with 1027 additions and 103 deletions
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||
|
||||
[project]
|
||||
name = "docforge"
|
||||
version = "0.11.0"
|
||||
version = "0.12.0"
|
||||
description = "Project-scoped documentation indexing and context service"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
|
|
@ -15,6 +15,7 @@ dependencies = ["markdown-it-py>=4.2,<5", "mcp>=1.28,<2"]
|
|||
[project.scripts]
|
||||
docforge = "docforge.cli:main"
|
||||
docforge-mcp = "docforge.mcp_server:main"
|
||||
docforge-viewer-manager = "docforge.viewer_manager:main"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/docforge"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue