vatnode-mcp 0.2.0 → 0.2.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/dist/index.js +1 -1
- package/package.json +2 -1
package/dist/index.js
CHANGED
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
isEUMember,
|
|
12
12
|
dataVersion
|
|
13
13
|
} from "eu-vat-rates-data";
|
|
14
|
-
var VERSION = "0.2.
|
|
14
|
+
var VERSION = "0.2.1";
|
|
15
15
|
var API_BASE = process.env.VATNODE_API_URL ?? "https://api.vatnode.dev";
|
|
16
16
|
var API_KEY = process.env.VATNODE_API_KEY;
|
|
17
17
|
var USER_AGENT = `vatnode-mcp/${VERSION} (+https://vatnode.dev)`;
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vatnode-mcp",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
|
+
"mcpName": "io.github.vatnode/vatnode-mcp",
|
|
4
5
|
"description": "Official Model Context Protocol (MCP) server for vatnode — EU VAT validation, rates, and format checks for AI agents (Claude, Cursor, ChatGPT).",
|
|
5
6
|
"keywords": [
|
|
6
7
|
"mcp",
|