b520d47ab3
feat: add Docker support with uv and update taskipy start command
...
- Add Dockerfile using uv for dependency management
- Add docker-compose.yaml for container orchestration
- Add .dockerignore to optimize builds
- Update taskipy start task with http transport and port 3001
- Update README.md and AGENTS.md with Docker documentation
2026-03-18 14:04:06 -05:00
861f5030f4
refactor: add service layer architecture with Pydantic validation
...
- Add services layer (PartyService, ScheduleService, ProductService, ServiceCenterService)
- Add ServiceProvider for dependency injection
- Add Pydantic input validation on all MCP tools
- Add thread-safety to TrytonSettings with double-checked locking
- Update tests to mock ServiceProvider instead of direct client calls
- Add pydantic dependency
2026-03-14 22:12:33 -05:00
6154b83455
fix: validate date format in create_schedule with clear error message
2026-03-09 20:36:55 -05:00
032c51cc17
feat: add try-except error handling in MCP tools
2026-03-07 23:52:09 -05:00
c464f0669a
fix: load .env file via python-dotenv for local development
2026-03-07 23:34:09 -05:00
d4d6800da5
refactor: connect client once at server startup via lifespan
2026-03-07 23:23:04 -05:00
2efaf24a04
refactor: add Settings singleton pattern for config management
2026-03-07 23:19:34 -05:00