Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Operating mode for the MCP server. Options: 'normal' (default), 'two-step'. | normal |
| name | No | Name of the package/library. Required for Read Documentation Mode. | |
| branch | No | Branch to read the docs from. | main |
| docs-path | No | Path to the docs folder. | docs |
| include-src | No | Include source code reading capability. Set to 'true' to enable reading source files. Default: 'false'. | false |
| git-repo-path | No | Path to the git repository (http or ssh). Required for Read Documentation Mode. | |
| clone-location | No | Path to clone the git repository. Default is {os home directory}/.temp-repo | |
| personal-token | No | Personal access token for git authentication. Optional, recommended for private repositories. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |