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 | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| mq_add | Add an agent to the message queue |
| mq_send | Send a message to a target agent by name |
| mq_recv | Receive and consume messages for an agent. Poll periodically to check for new messages. |
| mq_ls | List all registered agents |
| mq_history | View delivered message history |
| mq_login | Login with a token. Server defaults to config. |
| mq_logout | Disconnect from server |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |