Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| start_tunnel | Creates a secure tunnel from a public internet address to your local server. This tool will:
After starting a tunnel, wait a few seconds and use 'list_tunnels' to check its status and get the public URL. |
| stop_tunnel | Stops a running tunnel or all local tunnels. This tool will:
After stopping tunnels, you can use 'list_tunnels' to confirm they've been terminated. |
| list_tunnels | Lists all active tunnels including their status and details. This tool will:
Use this tool to check the status of your tunnels and get their public URLs. |