Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP server port | 3000 |
| NODE_ENV | No | Environment (development/production) | |
| ALLOWED_ORIGINS | No | Comma-separated list of allowed CORS origins (default: all in dev, none in prod) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| sequential_thinking | Facilitates a detailed, step-by-step thinking process for problem-solving and analysis. Break down complex problems into manageable steps, revise and refine thoughts as understanding deepens, and branch into alternative paths of reasoning. |
| get_thought_sequence | Retrieves the complete sequence of thoughts for the current or specified session |
| get_thought_branch | Retrieves a specific branch of alternative reasoning paths |
| reset_thinking_session | Starts a new thinking session, clearing the current thought sequence |
| get_session_summary | Gets a summary of the current or specified thinking session |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |