Add strict reference project MCP binding
This commit is contained in:
parent
7bee0220c2
commit
efe4a443b7
5 changed files with 1010 additions and 0 deletions
|
|
@ -135,6 +135,18 @@ PUBLIC_IMPORTS = {
|
|||
"projection_hash",
|
||||
),
|
||||
"docforge.projection_worker": ("render_projection_in_worker",),
|
||||
"docforge.reference_config": (
|
||||
"REFERENCE_ADAPTER_CONFIG",
|
||||
"REFERENCE_ADAPTER_SCHEMA_VERSION",
|
||||
"REFERENCE_LANGUAGES",
|
||||
"ReferenceAdapterConfigV1",
|
||||
"load_reference_adapter_config",
|
||||
),
|
||||
"docforge.reference_mcp": (
|
||||
"REFERENCE_MCP_MODULE",
|
||||
"create_reference_project",
|
||||
"create_reference_server",
|
||||
),
|
||||
"docforge.retrieval": (
|
||||
"ContextCapsuleV1",
|
||||
"RetrievalPlanV1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue