Skip to content

Releases: zenskar/mcp-zenskar

v1.1.10

02 Apr 16:34

Choose a tag to compare

v1.1.9

01 Apr 15:28

Choose a tag to compare

v1.1.9

v1.1.8

10 Mar 10:40

Choose a tag to compare

Full Changelog: v1.1.7...v1.1.8

v1.1.7

10 Mar 08:08

Choose a tag to compare

New v1.1.7 release

v1.1.6

09 Mar 09:26

Choose a tag to compare

  • Fix createAccount param: account_type → account_category
  • Fix createJournalEntry: lines → journal_lines, add currency, mark description required
  • Fix createProductPricing: mark pricing_data required
  • Fix createPlan: mark currency required

v1.1.5

06 Mar 18:56

Choose a tag to compare

  • Add deleteCustomer, deleteContact, deletePaymentMethod, pauseContract, resumeContract (108 tools)
  • Fix updateContract: phases field required for PUT
  • Fix previewQuoteEstimate: add missing currency and line_items params
  • Add .npmignore to exclude test files from package

v1.1.4

06 Mar 18:44

Choose a tag to compare

  • Fix updateContract 500: phases field now required for PUT
  • Fix previewQuoteEstimate: add missing currency and line_items params
  • Add deleteCustomer, deleteContact, deletePaymentMethod, pauseContract, resumeContract (108 tools total)
  • Fix updateContract and previewQuoteEstimate tests

v1.1.3

06 Mar 17:54

Choose a tag to compare

Fix tool validation: createCustomAttribute, createQuote, previewPlanEstimate, createProductPricing, updateContract

v1.1.2

06 Mar 17:21

Choose a tag to compare

Fix required fields for createProduct, createContact, updateContact

v1.1.1

06 Mar 17:15

Choose a tag to compare

Fix path param naming consistency and update README.

  • Fixed all Phase 2 tool path params from snake_case to camelCase (matching existing conventions)
  • Updated README with full tool listing