Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| APP_ID | No | Spring Boot OAuth2 client ID. | agent |
| MCP_HOST | No | MCP (SSE) listening address. Default is 0.0.0.0. | 0.0.0.0 |
| MCP_PORT | No | MCP (SSE) listening port. Default is 9000. | 9000 |
| REST_HOST | No | REST(FastAPI) listening address (used for Docker and one-click start scripts). | |
| REST_PORT | No | REST(FastAPI) listening port. | |
| APP_SECRET | No | Spring Boot OAuth2 client secret. | agent |
| PYTHONPATH | No | Python module search path, required to be set to 'src' to locate the app module. | |
| SANDBOX_DIR | No | Directory for sandbox data storage. |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |