mseep-odoo-mcp 0.0.5__py3-none-any.whl → 0.0.6__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,19 +1,18 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mseep-odoo-mcp
3
- Version: 0.0.5
3
+ Version: 0.0.6
4
4
  Summary: MCP Server for Odoo Integration
5
- Home-page:
6
- Author: mseep
7
5
  Author-email: mseep <support@skydeck.ai>
8
- Maintainer-email: mseep <support@skydeck.ai>
9
6
  License: MIT
7
+ Project-URL: Homepage, https://github.com/tuanle96/mcp-odoo
8
+ Project-URL: Issues, https://github.com/tuanle96/mcp-odoo/issues
10
9
  Keywords: odoo,mcp,server
11
10
  Classifier: License :: OSI Approved :: MIT License
12
11
  Classifier: Programming Language :: Python :: 3
13
12
  Classifier: Programming Language :: Python :: 3.10
14
13
  Classifier: Operating System :: OS Independent
15
- Requires-Python: >=3.6
16
- Description-Content-Type: text/markdown
14
+ Requires-Python: >=3.10
15
+ Description-Content-Type: text/plain
17
16
  License-File: LICENSE
18
17
  Requires-Dist: mcp>=0.1.1
19
18
  Requires-Dist: requests>=2.31.0
@@ -25,8 +24,6 @@ Requires-Dist: mypy; extra == "dev"
25
24
  Requires-Dist: ruff; extra == "dev"
26
25
  Requires-Dist: build; extra == "dev"
27
26
  Requires-Dist: twine; extra == "dev"
28
- Dynamic: author
29
27
  Dynamic: license-file
30
- Dynamic: requires-python
31
28
 
32
- # Package managed by MseeP.ai
29
+ Package managed by MseeP.ai
@@ -1,10 +1,10 @@
1
- mseep_odoo_mcp-0.0.5.dist-info/licenses/LICENSE,sha256=_FwB4PGxcQWsToTqX33moF0HqnB45Ox6Fr0VPJiLyBI,1071
1
+ mseep_odoo_mcp-0.0.6.dist-info/licenses/LICENSE,sha256=_FwB4PGxcQWsToTqX33moF0HqnB45Ox6Fr0VPJiLyBI,1071
2
2
  odoo_mcp/__init__.py,sha256=fw0VD6ow8QmzQ4L8DxyneEMqC6bgAEde62nvEUqiGgQ,102
3
3
  odoo_mcp/__main__.py,sha256=H_46LG58iV38bLXANKQW-Hzi5iQ7Ww34RtgIVe3YMHk,1834
4
4
  odoo_mcp/odoo_client.py,sha256=dc8QgFrYC_sLt0dAIE_iCkXd9WLrbtuNTAwBkNMQzfs,14534
5
5
  odoo_mcp/server.py,sha256=f5ukjDgYLTN4wL96xJWTyoMak6qF-LV6AO8bYs16PvA,14995
6
- mseep_odoo_mcp-0.0.5.dist-info/METADATA,sha256=OekAobuJ-lFqGR4lcT5B8KLqaRjtsIvqcl5LoTyBonI,962
7
- mseep_odoo_mcp-0.0.5.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
8
- mseep_odoo_mcp-0.0.5.dist-info/entry_points.txt,sha256=VAFapQ2i2fiMrM5fRcxVz1c9M3j-5RZ6QCJJT6taxQk,52
9
- mseep_odoo_mcp-0.0.5.dist-info/top_level.txt,sha256=U9N8tvrkBgl0wl-xe8OmrJhxfpOdynRAVA7XFJIi7rk,9
10
- mseep_odoo_mcp-0.0.5.dist-info/RECORD,,
6
+ mseep_odoo_mcp-0.0.6.dist-info/METADATA,sha256=4lQYxgPI6rgpiL6YGyIysQQbgLYWRFSvOEsxreUZYgw,971
7
+ mseep_odoo_mcp-0.0.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
+ mseep_odoo_mcp-0.0.6.dist-info/entry_points.txt,sha256=VAFapQ2i2fiMrM5fRcxVz1c9M3j-5RZ6QCJJT6taxQk,52
9
+ mseep_odoo_mcp-0.0.6.dist-info/top_level.txt,sha256=U9N8tvrkBgl0wl-xe8OmrJhxfpOdynRAVA7XFJIi7rk,9
10
+ mseep_odoo_mcp-0.0.6.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.7.1)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5