mcp-odoo-integration
mcp-odoo-integrationは、Odooと他のシステム間の自動化を実現するためのPythonライブラリです。このライブラリを使用することで、データの同期やプロセスの効率化が可能になります。特に、中小企業において業務の効率を向上させるためのツールとして有用です。
GitHubスター
2
ユーザー評価
未評価
お気に入り
0
閲覧数
14
フォーク
2
イシュー
0
README
MCP Odoo Integration
This project integrates an MCP client with an MCP server to retrieve available products from the Odoo eCommerce API.
Project Structure
mcp-odoo-integration
├── client
│ ├── src
│ │ ├── gemini_client.py
│ │ └── utils.py
├── server
│ ├── src
│ │ ├── odoo_server.py
│ │ ├── odoo_api.py
├── .gitignore
├── requirements.txt
└── README.md
Installation
- Create a virtual environment:
python3 -m venv venv
source venv/bin/activate
- Install all dependencies:
pip install -r requirements.txt
Usage
Client Start
- Navigate to the
client
directory.
cd client/src
- run
python3 gemini_client.py
Server Start
- Navigate to the
server
directory.
cd server/src
2.
python3 odoo_server.py
- Use the client to connect to the MCP server and retrieve available products from the Odoo API.
Contributing
Feel free to submit issues or pull requests for improvements or bug fixes.