v1.2.4
What's new in v1.2.4
New: create AbraFlexi companies straight from the assistant. The server can now call AbraFlexi's own "found a new company" endpoint via the new company_create tool — so you can ask your assistant to set up a brand-new accounting unit (with country, organization type, IČ/DIČ, and even demo data) without opening the AbraFlexi admin UI. Note this needs a REST user with server-admin/license-level rights, not just access to a single company.
Other improvements since v1.0.2
- Correct, working
bank_transaction_create— it previously referenced bank-transaction fields that don't exist in AbraFlexi (castka/datum), so bank transactions could never actually be created. - Cleaner search behavior in
contact_getandproduct_get— dropped unnecessary wildcards that were affecting match results. - ~40 additional MCP tools exposing the newer
python-abraflexi1.1.x feature set (all 64 tools are now documented in the README/MCP_SETUP). evidence_attach_file— attach local files to any AbraFlexi record.- Compatibility fix for the current FastMCP release (tool listing API changed upstream).
- Debian packaging fixes so the
.debbuild/publish pipeline works reliably again.
Installing
- pip:
pip install abraflexi-mcp-server==1.2.4(or justpip install -U abraflexi-mcp-server) — https://pypi.org/project/abraflexi-mcp-server/1.2.4/ - Debian/Ubuntu: grab the attached
.debbelow, or pull it from the project's apt repo.