2026-06-30 18:33:30 +00:00
2026-06-23 18:47:47 +00:00

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Changed

  • Migrated all workflow and template paths from .github/ to .mokogitea/
  • Template source paths updated: templates/gitea/ to templates/mokogitea/
  • HCL definition files removed -- Template repos are now the canonical source

Added

  • branch-cleanup.yml: auto-delete merged feature branches after PR merge

[0.0.1] - 2026-05-07

Added

  • Initial MCP server with Dolibarr REST API tools
  • Third party management (list, get, create, update, delete)
  • Invoice management (list, get, create, add lines, validate, set paid)
  • Commercial proposal management (list, get, create, add lines, validate, close)
  • Customer order management (list, get, create, validate)
  • Product and service catalog (list, get, create, update, stock levels)
  • Contact/address management (list, get)
  • Project management (list, get, create)
  • Task management (list, get)
  • User management (list, get)
  • Category management (list by type)
  • Bank account listing
  • Supplier invoice listing
  • Supplier order listing
  • Warehouse listing
  • Company setup and system status endpoints
  • Raw API passthrough for any Dolibarr endpoint
  • Multi-connection support with named connections
  • Interactive setup wizard (npm run setup)
  • SQL filter builder (buildSqlFilter, searchFilter) for safe query construction
  • Full documentation: README, INSTALLATION, ARCHITECTURE, API reference
  • MokoStandards-compliant project structure
  • 12 Gitea Actions CI/CD workflows

Revision History

Date Version Author Notes
2026-05-07 0.0.1 jmiller Initial release
S
Description
MCP server for MokoSuite ERP/CRM REST API operations
Readme
868 KiB
Languages
TypeScript 58.5%
Markdown 38.2%
Makefile 2%
JSON 1.3%