docs(readme): the okf server as a lookup during a run, with a validated example config
README section with a before/after command and the limits stated plainly (link not yet tried in a real run, agent adherence not measured, --prepass-payload rejects okf-consumption/2). Adds examples/okf-server.mcp.json, pinned by a test that loads it through load_mcp_config; the published-surface pin moves 516 -> 518 for the two new files. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
parent
cec9b8fe50
commit
fe429912c6
4 changed files with 83 additions and 1 deletions
12
examples/okf-server.mcp.json
Normal file
12
examples/okf-server.mcp.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"servers": [
|
||||
{
|
||||
"name": "okf",
|
||||
"transport": "stdio",
|
||||
"command": "okf",
|
||||
"args": ["mcp", "--root", "/path/to/folder/with/your/knowledge-bases"],
|
||||
"allowed_tools": ["okf_list", "okf_describe", "okf_ask", "okf_fetch"],
|
||||
"timeout_seconds": 120
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue