Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoHost to listen on. Default is to listen on all network interfaces.0.0.0.0
PORTNoPort for FastAPI and MCP SSE8050
TRANSPORTNoAgent communication transport. 'sse' (Server-Sent Events over HTTP) or 'stdio' (Standard Input/Output)sse
DATABASE_URLNoDatabase 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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

ID: hvck91v0nj