Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | 디버그 모드 (Debug mode) | false |
| RELOAD | No | 자동 재시작 (Auto reload) | false |
| MCP_HOST | No | 서버 호스트 (Server host) | 0.0.0.0 |
| MCP_PORT | No | 서버 포트 (Server port) | 8000 |
| LOG_LEVEL | No | 로그 레벨 (Log level) | INFO |
| CORS_ENABLED | No | CORS 활성화 (Enable CORS) | true |
| HTTP_TIMEOUT | No | HTTP 요청 타임아웃 (초) (HTTP request timeout in seconds) | 30 |
| MEMPOOL_WS_URL | No | WebSocket URL for Mempool API | wss://mempool.space/api/v1/ws |
| ALLOWED_ORIGINS | No | 허용된 오리진 (콤마 구분) (Allowed origins, comma-separated) | * |
| MEMPOOL_API_URL | No | REST API URL for Mempool API | https://mempool.space/api |
| WS_PING_TIMEOUT | No | Ping 타임아웃 (초) (Ping timeout in seconds) | 10 |
| HTTP_MAX_RETRIES | No | 최대 재시도 횟수 (Maximum HTTP retries) | 3 |
| WS_PING_INTERVAL | No | Ping 간격 (초) (Ping interval in seconds) | 30 |
| FASTMCP_LOG_LEVEL | No | Log level for FastMCP | ERROR |
| MESSAGE_BATCH_SIZE | No | 메시지 배치 크기 (Message batch size) | 10 |
| WS_RECONNECT_INTERVAL | No | 재연결 간격 (초) (Reconnection interval in seconds) | 5 |
| MAX_MESSAGE_QUEUE_SIZE | No | 메시지 큐 최대 크기 (Maximum message queue size) | 1000 |
| WS_MAX_RECONNECT_ATTEMPTS | No | 최대 재연결 시도 (Maximum reconnection attempts) | 10 |
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 | |