Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
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 |
---|---|
generate_code_screenshot | Generate a beautiful screenshot of code with syntax highlighting and themes |
screenshot_from_file | Screenshot code directly from a file path, with optional line range selection. Auto-detects language from file extension. |
screenshot_git_diff | Generate a screenshot of git diff output. Shows changes in your working directory or staged changes. |
batch_screenshot | Generate screenshots for multiple files at once. Useful for documenting multiple code files quickly. |