Refactor code structure for improved readability and maintainability

This commit is contained in:
sha
2026-03-20 13:30:53 +02:00
commit b56cc63c84
10 changed files with 918 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
services:
redmine-mcp:
build:
context: .
dockerfile: Containerfile
ports:
- "8765:8000"
environment:
REDMINE_URL: ${REDMINE_URL}
REDMINE_API_KEY: ${REDMINE_API_KEY}
MCP_TRANSPORT: http
MCP_HOST: 0.0.0.0
MCP_PORT: 8000
restart: unless-stopped