@frihet/mcp-server 1.5.1 → 1.5.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 +1 -0
- package/dist/index.js +3 -3
- package/package.json +1 -1
- package/scripts/postinstall.js +1 -1
package/README.md
CHANGED
|
@@ -15,6 +15,7 @@
|
|
|
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.frihet-erp"><img src="https://img.shields.io/badge/MCP_Registry-io.frihet%2Ferp-4A90D9?style=flat&logo=anthropic&logoColor=white" alt="MCP Registry"></a>
|
|
18
19
|
<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>
|
|
19
20
|
<img src="https://img.shields.io/badge/tools-52-18181b?style=flat&labelColor=09090b" alt="52 tools">
|
|
20
21
|
<img src="https://img.shields.io/badge/node-%3E%3D18-18181b?style=flat&labelColor=09090b" alt="node >=18">
|
package/dist/index.js
CHANGED
|
@@ -49,7 +49,7 @@ function main() {
|
|
|
49
49
|
const client = new FrihetClient(apiKey, baseUrl);
|
|
50
50
|
const server = new McpServer({
|
|
51
51
|
name: "frihet-erp",
|
|
52
|
-
version: "1.
|
|
52
|
+
version: "1.5.2",
|
|
53
53
|
description: "AI-native MCP server for Frihet ERP — invoices, expenses, clients, products, quotes, and webhooks. " +
|
|
54
54
|
"Provides 52 tools (including business context, monthly summaries, quarterly taxes, invoice duplication, and CRM subcollections), " +
|
|
55
55
|
"11 resources (8 static + 3 live), and 10 workflow prompts for business management " +
|
|
@@ -66,12 +66,12 @@ function main() {
|
|
|
66
66
|
// Connect via stdio transport
|
|
67
67
|
const transport = new StdioServerTransport();
|
|
68
68
|
server.connect(transport).then(() => {
|
|
69
|
-
console.error("[frihet-mcp] v1.
|
|
69
|
+
console.error("[frihet-mcp] v1.5.2 | 52 tools | https://github.com/Frihet-io/frihet-mcp");
|
|
70
70
|
log({
|
|
71
71
|
level: "info",
|
|
72
72
|
message: "Frihet MCP server running on stdio",
|
|
73
73
|
operation: "startup",
|
|
74
|
-
metadata: { version: "1.
|
|
74
|
+
metadata: { version: "1.5.2", transport: "stdio" },
|
|
75
75
|
});
|
|
76
76
|
}).catch((error) => {
|
|
77
77
|
log({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frihet/mcp-server",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.2",
|
|
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",
|
package/scripts/postinstall.js
CHANGED
|
@@ -4,7 +4,7 @@ if (process.env.CI || process.env.FRIHET_QUIET) process.exit(0);
|
|
|
4
4
|
|
|
5
5
|
console.log(`
|
|
6
6
|
╔══════════════════════════════════════════════════════╗
|
|
7
|
-
║ @frihet/mcp-server v1.
|
|
7
|
+
║ @frihet/mcp-server v1.5.2 installed ║
|
|
8
8
|
║ ║
|
|
9
9
|
║ Docs: https://docs.frihet.io/mcp ║
|
|
10
10
|
║ GitHub: https://github.com/Frihet-io/frihet-mcp ║
|