feat: implement Tryton RPC MCP tools for Naliia module

This commit is contained in:
2026-03-07 23:08:01 -05:00
parent c1d3162051
commit 2c12a8ec10
3 changed files with 97 additions and 5 deletions

View File

@@ -6,4 +6,9 @@ readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"fastmcp[tasks]>=3.1.0",
"sabatron-tryton-rpc-client>=7.4.0",
]
[tool.setuptools.packages.find]
where = ["src"]
include = ["*"]