Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| think | Add a thought to the reasoning chain. Use for:
Features:
Returns progress bar, confidence, and next action hint. |
| think_batch | Submit multiple thoughts at once (Burst Thinking). Use when you have a complete reasoning chain ready. Reduces N round-trips to 1. Input:
Validation is atomic - all or nothing. |
| think_done | Finish thinking session: verify logic and optionally export. MANDATORY before final answer on complex problems. Checks:
Options:
|
| think_recall | Search through thoughts or past insights. Scopes:
Use before starting complex tasks to find relevant past decisions. |
| think_reset | Clear thinking session and start fresh. Use when:
⚠️ Irreversible. All thoughts will be lost. Note: Auto-resets on thought #1. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |