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 |
---|---|
all_tests | Run all tests in the project |
lint | Lint the source code, checking for errors and warnings |
lint_fix | Lint the source code, fixing errors and warnings which it can fix. Not all errors can be fixed automatically. |
check_format | Check if the source code is formatted correctly |
format | Format the source code |
typecheck | Typecheck the source code |
test_file | Run tests in a specific file or directory |
test_specific | Run a specific test by name |