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 |
---|---|
context_start_session | Start a new context tracking session |
context_end_session | End the current context tracking session |
context_track_message | Track a message in the current session |
context_get_status | Get current session status and token usage |
context_restore_session | Generate a context restoration prompt for continuing work |
context_add_milestone | Add a project milestone |
context_log_decision | Log a technical decision |
context_get_project_summary | Get a comprehensive project summary |