serve_wiki
Start a local web server to interactively explore indexed code documentation through chat, search, and a codemap explorer.
Instructions
Start the interactive wiki web server for a .deepwiki directory. Launches a Flask app with chat, search, codemap explorer, and research UI. The server runs as a subprocess and can be stopped with stop_wiki_server.
Requires: index_repository must be called first.
Example: {"wiki_path": "/path/to/repo/.deepwiki"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wiki_path | Yes | Path to the wiki directory (typically {repo}/.deepwiki) | |
| host | No | Host to bind to (default: 127.0.0.1, loopback only) | 127.0.0.1 |
| port | No | Port to bind to (default: 8080, range: 1024-65535) | |
| open_browser | No | Open the wiki in the default browser after starting (default: false) |