We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hachecito/odoo-mcp-improved'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Python bytecode
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
# Virtual environments
venv/
env/
ENV/
.venv-*
# Logs
logs/
*.log
# IDE specific files
.idea/
.vscode/
*.swp
*.swo
# Environment configuration
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Odoo specific
odoo_config.json
# System files
.DS_Store
Thumbs.db
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.github/