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-background-task | Runs a long-running command (like 'npm run dev') in background. When the command is running, you can interact with it using other tools. |
| stop-background-task | Stops a running background task by its name. |
| list-background-tasks | Lists all currently running background tasks. |
| get-task-stdout | Retrieves the stdout of a running background task. |
| get-task-stderr | Retrieves the stderr of a running background task. |
| send-to-task-stdin | Sends data to the stdin of a running background task. |