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 |
|---|---|
| start_monitoring | Start metacognitive monitoring of an agent's cognitive process |
| stop_monitoring | Stop metacognitive monitoring and get session summary |
| process_trace_update | Process a cognitive trace update from the agent (main monitoring function) |
| detect_loop | Detect if the agent is stuck in a loop using various strategies |
| store_experience | Store a case for future case-based reasoning |
| retrieve_similar_cases | Retrieve similar cases from the case base |
| get_monitoring_status | Get current monitoring status and statistics |
| reset_engine | Reset the dual-cycle engine state |
| configure_detection | Configure loop detection parameters and domain-specific progress indicators |