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 |
|---|---|
| list_docs | List all available documentation sets on DevDocs.io. Returns name, slug, version, and other metadata for each documentation. |
| search_doc | Search within a specific documentation set for entries matching the query. Returns matching entries with their paths and types. |
| get_doc_content | Fetch the full HTML content for a specific documentation entry. Use the path from search results. |
| search_all_docs | Search across multiple documentation sets. Optionally filter by specific documentation slugs. |
| get_doc_index | Get the complete index of entries for a specific documentation set. Useful for browsing available topics. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |