Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FOLDER | No | Path to local folder containing markdown files, or subfolder within GitHub repo | |
| AUTO_PULL | No | Whether to pull latest changes if repo exists locally | false |
| CACHE_DIR | No | Directory to cache cloned repositories | ~/.shinkuro/remote |
| GITHUB_REPO | No | GitHub repository in format `owner/repo` |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| README | Prompt from .venv/lib/python3.13/site-packages/fastmcp/experimental/server/openapi/README.md |
| LICENSE | Prompt from .venv/lib/python3.13/site-packages/httpx-0.28.1.dist-info/licenses/LICENSE.md |
| ICON_LICENSE | Prompt from .venv/lib/python3.13/site-packages/werkzeug/debug/shared/ICON_LICENSE.md |
| AUTHORS | Prompt from .venv/lib/python3.13/site-packages/black-25.9.0.dist-info/licenses/AUTHORS.md |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |