Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Host to listen on. Default is to listen on all network interfaces. | 0.0.0.0 |
| PORT | No | Port for FastAPI and MCP SSE | 8050 |
| TRANSPORT | No | Agent communication transport. 'sse' (Server-Sent Events over HTTP) or 'stdio' (Standard Input/Output) | sse |
| DATABASE_URL | No | Database URL. Default: SQLite in project root. Use postgresql://user:pass@host:port/db for PostgreSQL, etc. | sqlite:///./tpc_server.db |
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 |
|---|---|
No tools | |