Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JAMJET_BIND | No | Bind address | 0.0.0.0 |
| JAMJET_PORT | No | Port to listen on | 8080 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| jamjet_get_events | Get the event log for an execution |
| jamjet_approve | Approve or reject a paused execution |
| jamjet_list_agents | List registered agents with optional filters |
| jamjet_run_workflow | Start a workflow execution |
| jamjet_cancel_execution | Cancel a running workflow execution |
| jamjet_list_executions | List workflow executions with optional filters |
| jamjet_discover_agent | Discover and register a remote agent by URL |
| jamjet_get_execution | Get details of a workflow execution |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |