Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
MCP_HTTP_HOST | No | HTTP server host for HTTP transport | |
MCP_HTTP_PATH | No | HTTP endpoint path for HTTP transport | |
MCP_HTTP_PORT | No | HTTP server port for HTTP transport | |
MCP_TRANSPORT | No | Transport protocol to use (stdio for local development, http for OpenShift deployment) | |
MCP_HOT_RELOAD | No | Enable hot-reload for local development | |
MCP_AUTH_JWT_SECRET | No | JWT secret for symmetric signing (optional authentication) | |
MCP_REQUIRED_SCOPES | No | Comma-separated required scopes for authentication | |
MCP_AUTH_JWT_PUBLIC_KEY | No | JWT public key for asymmetric signing (optional authentication) |
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 |