@frihet/mcp-server 1.5.0 → 1.5.1
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 +1 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -15,7 +15,6 @@
|
|
|
15
15
|
<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 version"></a>
|
|
16
16
|
<a href="https://www.npmjs.com/package/@frihet/mcp-server"><img src="https://img.shields.io/npm/dm/@frihet/mcp-server?style=flat&color=18181b&labelColor=09090b&label=downloads" alt="npm downloads"></a>
|
|
17
17
|
<a href="https://smithery.ai/server/frihet/frihet-mcp"><img src="https://smithery.ai/badge/frihet/frihet-mcp" alt="Smithery installs"></a>
|
|
18
|
-
<a href="https://registry.modelcontextprotocol.io/servers/io.github.berthelius/frihet"><img src="https://img.shields.io/badge/MCP-Registry-18181b?style=flat&labelColor=09090b" alt="MCP Registry"></a>
|
|
19
18
|
<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>
|
|
20
19
|
<img src="https://img.shields.io/badge/tools-52-18181b?style=flat&labelColor=09090b" alt="52 tools">
|
|
21
20
|
<img src="https://img.shields.io/badge/node-%3E%3D18-18181b?style=flat&labelColor=09090b" alt="node >=18">
|
|
@@ -188,7 +187,7 @@ If you need to digitize paper invoices or receipts, extract the data first (e.g.
|
|
|
188
187
|
|
|
189
188
|
---
|
|
190
189
|
|
|
191
|
-
## Tools (
|
|
190
|
+
## Tools (52)
|
|
192
191
|
|
|
193
192
|
### Invoices (6)
|
|
194
193
|
|
|
@@ -475,7 +474,6 @@ npm run build # must pass before submitting
|
|
|
475
474
|
- [API reference](https://docs.frihet.io/desarrolladores/api-rest) -- REST API
|
|
476
475
|
- [MCP server docs](https://docs.frihet.io/desarrolladores/mcp-server) -- Setup guides, troubleshooting
|
|
477
476
|
- [npm](https://www.npmjs.com/package/@frihet/mcp-server) -- Package registry
|
|
478
|
-
- [MCP Registry](https://registry.modelcontextprotocol.io/servers/io.github.berthelius/frihet) -- Official MCP Registry
|
|
479
477
|
- [Smithery](https://smithery.ai/server/frihet/frihet-mcp) -- Smithery marketplace
|
|
480
478
|
- [Remote endpoint](https://mcp.frihet.io) -- Hosted MCP server (Cloudflare Workers)
|
|
481
479
|
- [OpenAPI spec](https://api.frihet.io/openapi.yaml) -- Machine-readable API definition
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frihet/mcp-server",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.1",
|
|
4
4
|
"description": "AI-native MCP server for business management — invoices, expenses, clients, products, quotes, webhooks, CRM. 52 tools with business intelligence. Works with Claude, Cursor, Windsurf, Cline.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"type": "git",
|
|
50
50
|
"url": "git+https://github.com/Frihet-io/frihet-mcp.git"
|
|
51
51
|
},
|
|
52
|
-
"mcpName": "io.
|
|
52
|
+
"mcpName": "io.frihet/erp",
|
|
53
53
|
"homepage": "https://docs.frihet.io/desarrolladores/mcp-server",
|
|
54
54
|
"funding": {
|
|
55
55
|
"type": "individual",
|