Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default | 
|---|---|---|---|
| LOG_FILE | No | Enable file logging | true | 
| NODE_ENV | No | Environment mode | production | 
| LOG_LEVEL | No | Logging level (debug/info/warn/error) | info | 
| LOG_CONSOLE | No | Enable console logging | true | 
| LEARNING_MODE | No | Learning behavior mode | autonomous | 
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 | 
|---|---|
| analyze_pattern | Analyze and learn from interaction patterns  | 
| get_insights | Get learning insights and recommendations  | 
| trigger_learning | Manually trigger a learning cycle  | 
| export_knowledge | Export current knowledge base  | 
| import_knowledge | Import external knowledge  | 
| optimize_tool | Get optimization suggestions for a specific tool  | 
| predict_next_action | Predict the next likely action based on context  | 
| get_performance_metrics | Get detailed performance metrics  |