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 |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| skippr_list_issues | Lists all available Skippr issues with optional filtering by project, review, severity, category, and resolution status |
| skippr_get_issue | Gets full details for a specific Skippr issue including raw markdown content |
| skippr_list_projects | Lists all available project IDs from the .skippr/projects directory |
| skippr_restart_extension_server | Restarts the WebSocket server that communicates with browser extensions |
| skippr_extension_server_status | Gets the current status of the WebSocket server for browser extensions |
| skippr_send_to_extension | Sends a message to a specific browser extension by its ID |
| skippr_notify_project_extensions | Sends a message to all browser extensions connected to a specific project |
| skippr_notify_all_extensions | Broadcasts a message to all connected browser extensions |
| skippr_list_connected_extensions | Lists all currently connected browser extensions |
| skippr_disconnect_extension | Disconnects a specific browser extension by its ID |
| skippr_verify_issue_fix | Requests verification from the browser extension to check if an issue has been fixed |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |