Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| enable_doc | Enable crawling for a specific doc |
| disable_doc | Disable crawling for a specific doc |
| crawl_docs | Start crawling enabled docs |
| build_index | Build search index for docs |
| search_docs | Search documentation |
| build_index | Build search index for docs |
| list_enabled_docs | List all enabled docs with their cache status |
| list_all_docs | List all available docs including disabled ones |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| summarize_notes | Summarize all notes |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| First Note | A text note: First Note |
| Second Note | A text note: Second Note |