Commit Graph

9 Commits

Author SHA1 Message Date
e78a8007c7 refactor: simplify identifiers parameter in create_customer and update Docker config 2026-03-18 22:41:02 -05:00
20dc58d152 Merge remote changes and apply Docker configuration 2026-03-18 14:08:58 -05:00
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
1a9efc93da refactor: improve development workflow and code quality
- Add Spanish documentation for AGENTS.md and README.md
- Add pytest to main dependencies and taskipy for dev tasks
- Clean up unused imports across codebase
- Fix default config values for local development
- Update test fixtures to use standard pytest
2026-03-17 18:15:10 -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
c670ea5bc9 feat: add pytest testing infrastructure
- Add test optional dependencies to pyproject.toml
- Add conftest.py with fixtures for mocking settings and MCP client
- Add test_server.py with tests for tryton_call and MCP tools
2026-03-09 16:04:34 -05:00
c464f0669a fix: load .env file via python-dotenv for local development 2026-03-07 23:34:09 -05:00
2c12a8ec10 feat: implement Tryton RPC MCP tools for Naliia module 2026-03-07 23:08:01 -05:00
243431496f first commit 2026-03-03 14:08:56 -05:00