feat: Implement Docker deployment with configurable SSE/STDIO modes and add get_current_time tool.
This commit is contained in:
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
caldev_mcp:
|
||||
build: .
|
||||
image: caldev_mcp
|
||||
environment:
|
||||
- MCP_MODE=${MCP_MODE:-SSE}
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
- .:/app
|
||||
stdin_open: true # Open stdin
|
||||
tty: true # Allocate pseudo-TTY
|
||||
Reference in New Issue
Block a user