Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DOCS_FOLDERS | No | Folders to read (comma-separated) | All folders in docs/ |
DOCS_BASE_DIR | No | Root directory of the document project | Current directory |
OPENAI_API_KEY | No | OpenAI API key for semantic search functionality | |
DOCS_FILE_EXTENSIONS | No | Target file extensions to include | Default extensions list |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
list_docs | 所持しているドキュメントの一覧を取得 |
get_doc | 指定したドキュメントの内容を取得 |
grep_docs | ドキュメント内をgrepで検索 |
semantic_search | 意味的に関連する内容を検索 |