Skip to main content
Glama
seletz
by seletz
__init__.py600 B
""" MCP Odoo Shell Package ====================== A Model Context Protocol (MCP) server that provides access to an Odoo shell environment. """ __version__ = "0.1.0" from .shell_manager import OdooShellManager from .server import get_shell_manager, reset_shell_manager, mcp from .tools import execute_odoo_code, reset_odoo_shell, list_odoo_models, odoo_model_info from .main import main __all__ = [ "OdooShellManager", "get_shell_manager", "reset_shell_manager", "mcp", "execute_odoo_code", "reset_odoo_shell", "list_odoo_models", "odoo_model_info", "main", ]

Implementation Reference

Latest Blog Posts

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/seletz/mcp-odoo-shell'

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