Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port the server runs on | 8675 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| configure_endpoint | Configure a mock API endpoint with sequential responses |
| list_sessions | List all active sessions with metadata |
| delete_session | Delete a session and clean up resources |
| list_endpoints | List configured endpoints for a session |
| clear_endpoints | Clear configured endpoints (all or specific) |
| get_request_history | Get request history for a session |
| send_websocket_action | Send an action message to connected WebSocket client |
| send_websocket_data | Send a data message to connected WebSocket client |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |