Releases: ivnvxd/mcp-server-odoo
Releases · ivnvxd/mcp-server-odoo
v0.1.1
Release v0.1.1
Fixes
- Fixed HTTPS connection support by using SafeTransport for SSL/TLS
- Skip database validation when explicitly configured (fixes access denied errors)
This patch release addresses connection issues with HTTPS Odoo instances and restricted database listing permissions.
v0.1.0
Initial alpha release of MCP Server for Odoo, enabling AI assistants to interact with Odoo ERP systems through the Model Context Protocol.
Added
Core Features
- MCP Server: Full Model Context Protocol implementation using FastMCP with stdio transport
- Dual Authentication: API key and username/password authentication
- Resource System: Complete
odoo://
URI schema with 5 operations (record, search, browse, count, fields) - Tools:
search_records
,get_record
,list_models
with smart field selection - Auto-Discovery: Automatic database detection and connection management
Data & Performance
- LLM-Optimized Output: Hierarchical text formatting for AI consumption
- Connection Pooling: Efficient connection reuse with health checks
- Pagination: Smart handling of large datasets
- Caching: Performance optimization for frequently accessed data
- Error Handling: Comprehensive error sanitization and user-friendly messages
Security & Access Control
- Multi-layered Security: Odoo permissions + MCP-specific access controls
- Session Management: Automatic credential injection and session handling
- Audit Logging: Complete operation logging for security
Limitations
- Read-Only: Write operations (create, update, delete) not implemented
- No Prompts: Guided workflows not available
- Alpha Status: API may change before 1.0.0
Note: This alpha release provides production-ready read operations for Odoo data access via AI assistants.