Commit Graph

138 Commits

Author SHA1 Message Date
Benju1
7a8d8a8ef3 REFACTOR-2: Improve tool descriptions with usage guidelines 2025-12-08 17:13:33 +01:00
Benju1
6064d3f56f Update documentation for project management tools 2025-12-08 17:13:33 +01:00
Benju1
140fd20cf5 Add project management tools (CRUD + Search) 2025-12-08 17:13:33 +01:00
Benju1
2808b26561 Fix create_invoice missing product_id and add product_type support 2025-12-08 17:13:33 +01:00
Benju1
2f4b595be2 docs: clarify design philosophy regarding specialized search tools 2025-12-08 17:13:33 +01:00
Benju1
9538ff0ffe docs: update README and API reference with new search capabilities 2025-12-08 17:13:33 +01:00
Benju1
112fb772bd fix(server): improve search tools with escaping and fix indentation (Review Feedback) 2025-12-08 17:13:32 +01:00
Benju1
987424f6e3 feat(search): add server-side search tools for products and customers (BLOCKER-1) 2025-12-08 17:13:32 +01:00
Benju1
809e8f0c59 fix(client): map customer_id to socid in create_invoice (BUG-1) 2025-12-08 17:13:32 +01:00
Benju1
00d62bc450 fix(main): use asyncio.run for proper async execution (BUG-3) 2025-12-08 17:13:32 +01:00
Benju1
3fbfdb9b18 fix(config): set extra='ignore' to support agent environments (BUG-2) 2025-12-08 17:13:32 +01:00
latinogino
6a8d4fea6c Merge pull request #7 from latinogino/codex/fix-docker-compose-build-errors
Fix docker-compose build context paths
2025-12-07 19:44:25 +01:00
latinogino
23df987760 Fix docker compose build context 2025-12-07 19:44:01 +01:00
latinogino
01fc92ba5e Update CHANGELOG.md 2025-10-13 14:25:52 +02:00
latinogino
140b9910d5 Merge pull request #6 from latinogino/codex/align-dolibarr-mcp-with-prestashop-mcp
Align docs and entry points with prestashop-mcp
2025-10-13 14:07:34 +02:00
latinogino
a05dcc6afb Align docs and entry points with prestashop-mcp 2025-10-13 14:06:55 +02:00
latinogino
2d8ba9c770 Merge pull request #5 from latinogino/codex/cleanup-unnecessary-files-and-scripts
Clarify Windows setup for Claude Desktop
2025-10-12 15:28:47 +02:00
latinogino
84732c5100 Merge branch 'main' into codex/cleanup-unnecessary-files-and-scripts 2025-10-12 15:28:38 +02:00
latinogino
aca9aa642c Clarify Windows setup for Claude Desktop 2025-10-12 15:23:05 +02:00
latinogino
ea99c23a19 Update README.md 2025-10-12 14:57:44 +02:00
latinogino
78565ab7b1 Merge pull request #4 from latinogino/codex/cleanup-unnecessary-files-and-scripts-mc1sw7
Restore README and changelog after merge conflicts
2025-10-12 14:56:42 +02:00
latinogino
9fc6963ac2 Merge branch 'main' into codex/cleanup-unnecessary-files-and-scripts-mc1sw7 2025-10-12 14:56:31 +02:00
latinogino
90d1d6b7db Resolve README and changelog conflicts 2025-10-12 14:54:25 +02:00
latinogino
aab3578d06 Rewrite README and changelog after merge 2025-10-12 14:48:22 +02:00
latinogino
9d5b5c048e Merge pull request #3 from latinogino/codex/cleanup-unnecessary-files-and-scripts
Align structure with prestashop-mcp
2025-10-12 14:43:10 +02:00
latinogino
52b82784e2 Merge branch 'main' into codex/cleanup-unnecessary-files-and-scripts 2025-10-12 14:42:56 +02:00
latinogino
482db9b77a Align structure with prestashop-mcp 2025-10-12 14:39:36 +02:00
latinogino
f62342f40f Merge pull request #2 from latinogino/codex/cleanup-unnecessary-files-and-scripts
Clarify setup guidance and trim dependencies
2025-10-12 14:29:01 +02:00
latinogino
81d0d4e89a Clarify setup guidance and trim dependencies 2025-10-12 14:28:23 +02:00
latinogino
a83d70c2b5 Merge cleanup-restructure-v2 into main
Branch cleanup-restructure-v2 wurde erfolgreich in main integriert.
2025-10-11 11:57:54 +02:00
latinogino
5fb446b5b9 Fix test_crud_operations.py - correct imports and remove non-existent classes 2025-09-26 13:18:08 +02:00
latinogino
9c3c6f36e5 Fix test_config.py - remove invalid imports and adapt tests 2025-09-26 13:17:00 +02:00
latinogino
a86c9a4e1f Fix config.py for Pydantic v2 compatibility 2025-09-26 13:15:48 +02:00
latinogino
3f52683c49 Fix __init__.py - remove non-existent DolibarrMCPServer class import 2025-09-26 09:00:38 +02:00
latinogino
b92e540f84 Add test_crud_operations.py with comprehensive integration tests 2025-09-25 22:06:17 +02:00
latinogino
876a6366f6 Add test_config.py following prestashop-mcp patterns 2025-09-25 22:05:36 +02:00
latinogino
7fa9accf50 Update CHANGELOG.md to document restructuring 2025-09-25 22:05:16 +02:00
latinogino
5483979eee Add cleanup script to remove unnecessary files 2025-09-25 22:04:53 +02:00
latinogino
aadc247642 Add tests README.md following prestashop-mcp structure 2025-09-25 22:04:20 +02:00
latinogino
9d2f08f15b Clean up __init__.py - remove references to alternative servers 2025-09-25 22:04:05 +02:00
latinogino
1edbd39453 Update .env.example with clean structure 2025-09-25 22:03:31 +02:00
latinogino
d22bbde8fe Update .gitignore to match prestashop-mcp structure 2025-09-25 22:03:00 +02:00
latinogino
2d65c432e4 Clean up requirements.txt - keep only necessary dependencies 2025-09-25 22:02:50 +02:00
latinogino
b5e68f2e40 Update pyproject.toml to match prestashop-mcp structure 2025-09-25 22:02:32 +02:00
latinogino
eef6b76914 Document cleanup plan - list of files to remove and keep 2025-09-25 22:02:00 +02:00
latinogino
fe54aa84de Clean up and restructure: Update README.md to match prestashop-mcp structure 2025-09-25 22:01:37 +02:00
latinogino
8b0b623b54 Add complete setup script for Claude Desktop configuration 2025-09-25 13:56:05 +02:00
latinogino
da6309ad19 Update __init__.py to ensure proper module execution 2025-09-25 13:55:41 +02:00
latinogino
67ae98b4e3 Add configuration compatibility documentation 2025-09-25 13:55:29 +02:00
latinogino
521d851ee5 Add comprehensive configuration validator for Claude Desktop setup 2025-09-25 13:55:08 +02:00