Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | Environment (development, production) | |
| LOG_LEVEL | No | Logging level (debug, info, warn, error) | |
| FOREST_DATA_DIR | Yes | Shared data directory with Forest |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| add_learning_sources | Add learning sources (URLs) to a project for content extraction and summarization |
| process_learning_sources | Start background processing of pending learning sources for a project |
| list_learning_sources | List learning sources for a project, optionally filtered by status |
| get_learning_summary | Get learning content summary for a project or specific source |
| delete_learning_sources | Delete learning sources and their summaries from a project |
| get_processing_status | Get current processing status for learning sources in a project |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |