@frihet/mcp-server 1.2.0 → 1.2.2

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.
package/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
 
10
10
  <p align="center">
11
11
  <a href="https://www.npmjs.com/package/@frihet/mcp-server"><img src="https://img.shields.io/npm/v/@frihet/mcp-server?style=flat&color=18181b&labelColor=09090b" alt="npm"></a>
12
- <a href="https://github.com/berthelius/frihet-mcp/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-18181b?style=flat&labelColor=09090b" alt="license"></a>
12
+ <a href="https://github.com/Frihet-io/frihet-mcp/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-18181b?style=flat&labelColor=09090b" alt="license"></a>
13
13
  <a href="https://smithery.ai/server/@frihet/mcp-server"><img src="https://img.shields.io/badge/smithery-listed-18181b?style=flat&labelColor=09090b" alt="smithery"></a>
14
14
  <a href="https://frihet.io"><img src="https://img.shields.io/badge/frihet.io-ERP-18181b?style=flat&labelColor=09090b" alt="frihet"></a>
15
15
  </p>
@@ -25,13 +25,19 @@ You: "Create an invoice for TechStart SL, 40 hours of consulting at 75 EUR/h
25
25
  Claude: Done. Invoice INV-2026-089 created. Total: 3,000.00 EUR + 21% IVA = 3,630.00 EUR.
26
26
  ```
27
27
 
28
- 31 tools. 6 resources. Zero boilerplate.
28
+ 31 tools. 5 resources. 5 prompts. Structured output. Zero boilerplate.
29
29
 
30
30
  ---
31
31
 
32
32
  ## Install
33
33
 
34
- One line. Pick your tool.
34
+ ### Universal (30+ agents — Claude Code, Cursor, Copilot, Codex, Windsurf, Gemini CLI, and more)
35
+
36
+ ```bash
37
+ npx skills add Frihet-io/frihet-mcp
38
+ ```
39
+
40
+ ### Per-tool configuration
35
41
 
36
42
  ### Claude Code / Claude Desktop
37
43
 
@@ -245,7 +251,7 @@ Beyond raw MCP tools, Frihet ships a **Claude Code skill** that adds business in
245
251
 
246
252
  ```bash
247
253
  # Clone and symlink
248
- git clone https://github.com/berthelius/frihet-mcp.git
254
+ git clone https://github.com/Frihet-io/frihet-mcp.git
249
255
  ln -s "$(pwd)/frihet-mcp/skill" ~/.claude/skills/frihet
250
256
  ```
251
257
 
@@ -271,7 +277,7 @@ Full documentation: [docs.frihet.io/desarrolladores/skill-claude-code](https://d
271
277
  ## Development
272
278
 
273
279
  ```bash
274
- git clone https://github.com/berthelius/frihet-mcp.git
280
+ git clone https://github.com/Frihet-io/frihet-mcp.git
275
281
  cd frihet-mcp
276
282
  npm install
277
283
  npm run build
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,7 +1,7 @@
1
1
  {
2
2
  "name": "@frihet/mcp-server",
3
- "version": "1.2.0",
4
- "description": "AI-native MCP server for business management \u2014 invoices, expenses, clients, products, quotes, webhooks. 31 tools. Works with Claude, Cursor, Windsurf, Cline.",
3
+ "version": "1.2.2",
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",
7
7
  "bin": {
@@ -37,12 +37,12 @@
37
37
  "license": "MIT",
38
38
  "repository": {
39
39
  "type": "git",
40
- "url": "https://github.com/berthelius/frihet-mcp.git"
40
+ "url": "git+https://github.com/Frihet-io/frihet-mcp.git"
41
41
  },
42
- "mcpName": "io.github.berthelius/frihet",
43
- "homepage": "https://docs.frihet.io/desarrolladores/mcp-server",
42
+ "mcpName": "io.github.frihet-io/frihet",
43
+ "homepage": "https://github.com/Frihet-io/frihet-mcp#readme",
44
44
  "bugs": {
45
- "url": "https://github.com/berthelius/frihet-mcp/issues"
45
+ "url": "https://github.com/Frihet-io/frihet-mcp/issues"
46
46
  },
47
47
  "engines": {
48
48
  "node": ">=18"