@frihet/mcp-server 1.2.1 → 1.2.3

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -47,7 +47,7 @@ function main() {
47
47
  const client = new FrihetClient(apiKey, baseUrl);
48
48
  const server = new McpServer({
49
49
  name: "frihet-erp",
50
- version: "1.2.0",
50
+ version: "1.2.1",
51
51
  description: "AI-native MCP server for Frihet ERP — invoices, expenses, clients, products, quotes, and webhooks. " +
52
52
  "Provides 31 tools, 5 resources (tax rates, calendar, expense categories, invoice statuses, API schema), " +
53
53
  "and 5 workflow prompts for business management with full Spanish tax compliance (IVA, IGIC, IPSI).",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frihet/mcp-server",
3
- "version": "1.2.1",
3
+ "version": "1.2.3",
4
4
  "description": "AI-native MCP server for business management — invoices, expenses, clients, products, quotes, webhooks. 31 tools. Works with Claude, Cursor, Windsurf, Cline.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",