feat: establish read-only DocForge MCP foundation
This commit is contained in:
commit
9702ed1265
32 changed files with 3323 additions and 0 deletions
7
src/docforge/__init__.py
Normal file
7
src/docforge/__init__.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
"""Project-scoped documentation retrieval with explicit authority boundaries."""
|
||||
|
||||
from .errors import DocForgeError
|
||||
from .project import Project
|
||||
|
||||
__all__ = ["DocForgeError", "Project"]
|
||||
__version__ = "0.1.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue