feat: establish read-only DocForge MCP foundation
This commit is contained in:
commit
9702ed1265
32 changed files with 3323 additions and 0 deletions
31
tests/fixtures/beta/.docforge/project.toml
vendored
Normal file
31
tests/fixtures/beta/.docforge/project.toml
vendored
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
schema_version = 1
|
||||
project_id = "beta-notes"
|
||||
title = "Beta Research Notes"
|
||||
adapter = "generic"
|
||||
|
||||
[sources]
|
||||
content_roots = ["notes"]
|
||||
authority_files = []
|
||||
|
||||
[derived]
|
||||
cache_root = ".docforge/cache"
|
||||
index = ".docforge/cache/index.sqlite3"
|
||||
|
||||
[graph]
|
||||
allowed_relations = ["depends_on", "relates_to"]
|
||||
|
||||
[limits]
|
||||
max_source_bytes = 100000
|
||||
max_nodes = 50
|
||||
max_query_chars = 200
|
||||
max_results = 20
|
||||
max_traversal_depth = 3
|
||||
max_context_tokens = 1000
|
||||
|
||||
[[profiles]]
|
||||
id = "overview"
|
||||
families = ["research"]
|
||||
statuses = ["current"]
|
||||
required_nodes = ["research.question"]
|
||||
token_budget = 400
|
||||
dependency_depth = 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue