Commit Graph

48 Commits

Author SHA1 Message Date
latinogino
50b4e24242 Enhance: Improve error handling, logging, and API connection test 2025-09-22 20:29:24 +02:00
latinogino
14c72eba50 Fix: Remove invalid validate_config() call and improve error handling 2025-09-22 20:28:08 +02:00
latinogino
e0f247845c Update: Fix MCP version dependency and bump version to 1.0.1 2025-09-22 20:27:31 +02:00
latinogino
420c32f3d9 Fix: Rename inner Config class to avoid naming conflict 2025-09-22 20:27:07 +02:00
latinogino
985e83bab6 Create test_install.py - Simple installation verification script 2025-09-22 20:17:41 +02:00
latinogino
340acaa799 Fix setup_env.py - Use ASCII characters to avoid Windows encoding issues 2025-09-22 20:17:16 +02:00
latinogino
f61f044c8b Update setup.bat v2.0 - Use dedicated environment setup script 2025-09-22 20:14:50 +02:00
latinogino
678c6c0686 Create setup_env.py - Dedicated environment setup script 2025-09-22 20:14:37 +02:00
latinogino
19bbc20485 Update cleanup.bat to be more thorough in removing all build artifacts 2025-09-22 20:14:14 +02:00
latinogino
3de175a45b Fix setup.py - Remove environment setup logic, keep only package setup 2025-09-22 20:13:40 +02:00
latinogino
979e7d815c Add troubleshooting section to README 2025-09-22 14:54:43 +02:00
latinogino
a31e8de7b9 Update .gitignore to be more comprehensive 2025-09-22 14:53:17 +02:00
latinogino
af777a382d Add cleanup script for build artifacts 2025-09-22 14:52:45 +02:00
latinogino
300c0ee4f3 Fix setup.bat - Clean build artifacts before installation 2025-09-22 14:51:42 +02:00
latinogino
bd6ef1fa4e Add simple Windows run script for Dolibarr MCP server 2025-09-21 17:54:45 +02:00
latinogino
14806345db Update README with comprehensive documentation for Dolibarr MCP Server 2025-09-21 17:54:07 +02:00
latinogino
cc3c2ed9a4 Add __main__.py for direct module execution 2025-09-21 17:53:26 +02:00
latinogino
88cf3c4289 Update docker-compose.yml for proper Dolibarr MCP server deployment 2025-09-21 17:52:51 +02:00
latinogino
b2e7a74a23 Add comprehensive test script for Dolibarr MCP Server validation 2025-09-21 17:52:25 +02:00
latinogino
da75e9ff1a Fix Unicode encoding issues in setup.py for Windows compatibility 2025-09-21 17:50:48 +02:00
latinogino
5849a29aa8 Add direct server runner that bypasses module installation 2025-08-29 15:13:10 +02:00
latinogino
09377c6ac1 Add quick start script that bypasses pip install issues 2025-08-29 15:12:56 +02:00
latinogino
5736a619b1 Add manual setup script to fix Windows encoding issues 2025-08-29 15:12:35 +02:00
latinogino
1c8c14e7e9 Improve config validation with better error messages and automatic URL formatting 2025-08-28 18:47:12 +02:00
latinogino
a8458d8aac Add test connection script for easy debugging 2025-08-28 18:46:52 +02:00
latinogino
ce96c539c7 Update README with improved installation instructions and setup scripts 2025-08-28 18:46:37 +02:00
latinogino
8797b75a20 Add Linux/Mac setup shell script 2025-08-28 18:45:52 +02:00
latinogino
4d66796b46 Add Windows setup batch script 2025-08-28 18:45:47 +02:00
latinogino
1f5720cd8c Add setup script for development environment 2025-08-28 18:45:40 +02:00
latinogino
29b7518cbc feat: Add Docker Compose for production and development deployment 2025-07-10 12:08:28 +02:00
latinogino
b489340a90 feat: Add Docker support with multi-stage build 2025-07-10 12:08:12 +02:00
latinogino
cd0b49350c feat: Add comprehensive test suite with unit and integration tests 2025-07-10 12:07:58 +02:00
latinogino
efb0eb589a feat: Add test suite structure 2025-07-10 12:07:30 +02:00
latinogino
0db65e15e0 docs: Add comprehensive CHANGELOG with version history 2025-07-10 12:07:23 +02:00
latinogino
25b24af5f8 docs: Add comprehensive README with full documentation 2025-07-10 12:06:54 +02:00
latinogino
12d3ac2107 feat: Add comprehensive Dolibarr MCP server with full tool definitions 2025-07-10 12:06:07 +02:00
latinogino
9d54cf06b1 feat: Add comprehensive Dolibarr API client with full CRUD operations 2025-07-10 12:04:47 +02:00
latinogino
23d40e0395 feat: Add CLI interface with test and serve commands 2025-07-10 12:03:57 +02:00
latinogino
b50550b829 feat: Add configuration management for Dolibarr API 2025-07-10 12:03:40 +02:00
latinogino
53f1c8a5ee feat: Add dolibarr_mcp package init with exports 2025-07-10 12:03:28 +02:00
latinogino
de987d9ff3 feat: Add src package structure 2025-07-10 12:03:18 +02:00
latinogino
4222f16f2d feat: Add .gitignore with comprehensive Python and MCP exclusions 2025-07-10 12:03:13 +02:00
latinogino
5c564f2693 feat: Add .env.example for environment configuration 2025-07-10 12:03:03 +02:00
latinogino
c1d5afb963 feat: Add requirements.txt with core dependencies 2025-07-10 12:02:57 +02:00
latinogino
ac4963ff80 feat: Add pyproject.toml with professional configuration 2025-07-10 12:02:51 +02:00
latinogino
c0d888f5e2 Detailed API endpoints reference with live testing results 2025-07-10 11:50:23 +02:00
latinogino
d3396e5861 Initial API documentation from live Dolibarr instance analysis 2025-07-10 11:49:37 +02:00
latinogino
a313d37e01 Initial commit 2025-07-10 11:30:55 +02:00