1
0
Fork 0
Code Issues Pull requests Projects Releases 2 Packages Wiki Activity Actions Pages

Manage graph viewers with a supervised local service

This commit is contained in:
Andraxion 2026-07-25 00:17:21 -04:00
parent eb48ba1a51
commit 7c87536167
14 changed files with 1027 additions and 103 deletions

View file

@ -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"]