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 |
|---|---|
| create_agentic_session | Create a new agentic session with shared context for coordinator and workers |
| get_session_info | Get information about an agentic session |
| update_session_status | Update the status of an agentic session |
| get_worker_context | Get compressed context for a specific worker |
| expand_context_section | Get detailed information for a specific context section |
| get_context_delta | Get incremental updates since a specific version |
| publish_work_units | Publish available work units for workers to claim |
| claim_work_unit | Claim a specific work unit for execution |
| update_work_status | Update the status of a work unit |
| add_discovery | Add a discovery that other workers can benefit from |
| get_discoveries_since | Get discoveries made since a specific timestamp |
| declare_outputs | Declare what outputs this worker will produce |
| await_dependency | Wait for a dependency to become available |
| publish_output | Publish an output for other workers to consume |
| get_session_stats | Get statistics about the shared memory system |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |