chore: Refactor code structure for improved readability and maintainability

This commit is contained in:
Sun-ZhenXing
2025-11-01 20:51:02 +08:00
parent 14ebafdc7a
commit 9c793622d7
7 changed files with 786 additions and 584 deletions

View File

@@ -70,4 +70,4 @@ HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 \
CMD curl -f http://localhost:${PORT}/health || exit 1
EXPOSE ${PORT}
CMD ["sh", "-c", "uv run --no-sync prod --host 0.0.0.0 --port ${PORT}"]
CMD ["sh", "-c", "uv run --no-sync mcp-template-python --host 0.0.0.0 --port ${PORT}"]