Files
fil/docs/snippets/cli/mcp_python.md

9 lines
160 B
Markdown
Raw Normal View History

2026-06-01 23:40:55 +02:00
```bash title="Bash"
# Start MCP server via Python CLI proxy
python -m kreuzberg mcp
# With custom config
python -m kreuzberg mcp --config kreuzberg.toml
```