Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| record_decision | Record an architectural decision. Call this whenever you make a technical choice that affects the codebase structure. |
| get_context | Get all architectural decisions for this project. Call this at the START of every session to understand the codebase. |
| get_gaps | Find architectural gaps — decisions that were made but may not be fully implemented. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |