feat: add deterministic preview rendering
This commit is contained in:
parent
8c75f4f44d
commit
411f417670
23 changed files with 1413 additions and 142 deletions
|
|
@ -4,13 +4,13 @@ build-backend = "hatchling.build"
|
|||
|
||||
[project]
|
||||
name = "docforge"
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
description = "Project-scoped documentation indexing and context service"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
license = { text = "MIT" }
|
||||
authors = [{ name = "Worldforge contributors" }]
|
||||
dependencies = ["mcp>=1.28,<2"]
|
||||
dependencies = ["markdown-it-py>=4.2,<5", "mcp>=1.28,<2"]
|
||||
|
||||
[project.scripts]
|
||||
docforge = "docforge.cli:main"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue