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 |
---|---|
run_build | Run build command in the current directory |
run_test | Run tests in the current directory |
check_package_json | Read and analyze package.json file |
install_dependencies | Install project dependencies |
lint_code | Run linting on the codebase |