Initial commit: Custom Proxmox MCP with SSE wrapper
All checks were successful
Build and Push Proxmox MCP Docker Image / build (push) Successful in 7s

This commit is contained in:
Ben
2025-12-14 18:07:57 +00:00
commit 9c7e2d41dc
11 changed files with 478 additions and 0 deletions

11
docker-compose.dev.yml Normal file
View File

@@ -0,0 +1,11 @@
services:
proxmox-mcp-dev:
build:
context: .
dockerfile: Dockerfile
container_name: proxmox-mcp-dev
env_file:
- .env
ports:
- "8001:8000"
restart: "no"