Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tasks | {
"list": {},
"cancel": {},
"requests": {
"tools": {
"call": {}
},
"prompts": {
"get": {}
},
"resources": {
"read": {}
}
}
} |
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_documentation_tree | Get a tree-style overview of the documentation folder. Returns: String containing a directory tree representation of the documentation. Usage Examples: - get_documentation_overview() -> Full docs tree from root Note: Files are exposed via get_documentation_resource(file_path: str) resource. |
| get_documentation_file | Get the content of a specific documentation file. Args: file_path: Path to the documentation file relative to the docs directory (e.g., "classes/class_camera2d.md"). Returns: The content of the requested documentation file, or an error message if not found. Usage Example: - get_documentation_file("classes/class_camera2d.md") -> Content of class_camera2d.md |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |