Skip to main content
Glama

MCP-Odoo

by iaisep
exceptions.pyโ€ข438 B
""" Specific exceptions for Odoo integration. """ class OdooError(Exception): """Base exception for Odoo-related errors.""" pass class OdooConnectionError(OdooError): """Connection error with the Odoo server.""" pass class OdooAuthenticationError(OdooError): """Authentication error with the Odoo server.""" pass class OdooRequestError(OdooError): """Error in a request to the Odoo server.""" pass

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/iaisep/mcpserver'

If you have feedback or need assistance with the MCP directory API, please join our Discord server