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:
Kjell Tore Guttormsen 2026-09-21 12:57:48 +02:00
commit fe429912c6
Signed by: ktg
SSH key fingerprint: SHA256:JakMjO6FTBBzN0Bhfj9saOoEjaFxlSdYuZQQpM/lF9Q
4 changed files with 83 additions and 1 deletions

View 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
}
]
}