Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_URL | No | URL for the MCP server (default: http://localhost:8000/mcp) | http://localhost:8000/mcp |
| KAFKA_TEST_GROUP | No | The Kafka consumer group used for testing (default: mcp_smoke_group) | mcp_smoke_group |
| KAFKA_TEST_TOPIC | No | The Kafka topic used for testing (default: mcp_smoke) | mcp_smoke |
| FASTMCP_SERVER_HOST | No | Host for the FastMCP server (default: 0.0.0.0) | 0.0.0.0 |
| FASTMCP_SERVER_PORT | No | Port for the FastMCP server (default: 8000) | 8000 |
| KAFKA_BOOTSTRAP_SERVERS | No | The Kafka bootstrap servers (default: localhost:9092) | localhost:9092 |
Capabilities
Server capabilities have not been inspected yet.
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 | |