@vallum/mcp-server 0.1.0 → 0.1.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 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ and routes tool calls through the Vallum SDK and policy gateway. It does not
|
|
|
26
26
|
directly call IOTA, Gas Station, or transaction submission APIs.
|
|
27
27
|
|
|
28
28
|
The already-published `0.0.0-prerelease` package predates this runnable bin.
|
|
29
|
-
The runnable MCP package is published on the official `0.1.
|
|
29
|
+
The runnable MCP package is published on the official `0.1.1` package line
|
|
30
30
|
through the npm `latest` dist-tag.
|
|
31
31
|
Registry install plus local stdio execution is covered by
|
|
32
32
|
`npm run smoke:npm-registry-mcp-stdio-consumer`.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vallum/mcp-server",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -24,11 +24,11 @@
|
|
|
24
24
|
"license": "Apache-2.0",
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@modelcontextprotocol/sdk": "1.29.0",
|
|
27
|
-
"@vallum/manifest": "0.1.
|
|
28
|
-
"@vallum/sdk": "0.1.
|
|
27
|
+
"@vallum/manifest": "0.1.1",
|
|
28
|
+
"@vallum/sdk": "0.1.1"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@vallum/policy-gateway": "0.1.
|
|
31
|
+
"@vallum/policy-gateway": "0.1.1"
|
|
32
32
|
},
|
|
33
33
|
"description": "MCP tool facade for Vallum sponsored IOTA actions.",
|
|
34
34
|
"files": [
|