@visulima/vis-mcp 1.0.0-alpha.14 → 1.0.0-alpha.16
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/CHANGELOG.md +28 -0
- package/dist/bin.js +2 -2
- package/package.json +5 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
## @visulima/vis-mcp [1.0.0-alpha.16](https://github.com/visulima/visulima/compare/@visulima/vis-mcp@1.0.0-alpha.15...@visulima/vis-mcp@1.0.0-alpha.16) (2026-05-29)
|
|
2
|
+
|
|
3
|
+
### Tests
|
|
4
|
+
|
|
5
|
+
* improve coverage across packages ([91bd6d3](https://github.com/visulima/visulima/commit/91bd6d3b61736e3c8bd1fc59b0b5955f76a5d323))
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Dependencies
|
|
9
|
+
|
|
10
|
+
* **@visulima/vis:** upgraded to 1.0.0-alpha.26
|
|
11
|
+
|
|
12
|
+
## @visulima/vis-mcp [1.0.0-alpha.15](https://github.com/visulima/visulima/compare/@visulima/vis-mcp@1.0.0-alpha.14...@visulima/vis-mcp@1.0.0-alpha.15) (2026-05-27)
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* **storage-client:** percent-encode user fields in defaultFingerprint ([7c78a0f](https://github.com/visulima/visulima/commit/7c78a0f9512e2a673b941d80839e9f1e86b7b5d0))
|
|
17
|
+
|
|
18
|
+
### Miscellaneous Chores
|
|
19
|
+
|
|
20
|
+
* sorted package.json ([b47c545](https://github.com/visulima/visulima/commit/b47c545591600fdab17d5cd3a3fbc68b61e199da))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Dependencies
|
|
24
|
+
|
|
25
|
+
* **@visulima/fs:** upgraded to 5.0.0-alpha.28
|
|
26
|
+
* **@visulima/path:** upgraded to 3.0.0-alpha.11
|
|
27
|
+
* **@visulima/vis:** upgraded to 1.0.0-alpha.25
|
|
28
|
+
|
|
1
29
|
## @visulima/vis-mcp [1.0.0-alpha.14](https://github.com/visulima/visulima/compare/@visulima/vis-mcp@1.0.0-alpha.13...@visulima/vis-mcp@1.0.0-alpha.14) (2026-05-26)
|
|
2
30
|
|
|
3
31
|
### Miscellaneous Chores
|
package/dist/bin.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import{startMcpServer as
|
|
3
|
-
`),process.exit(1)}
|
|
2
|
+
var i=Object.defineProperty;var a=(r,t)=>i(r,"name",{value:t,configurable:!0});import{argv as e}from"node:process";import{fileURLToPath as o}from"node:url";import{startMcpServer as s}from"./packem_shared/registerAllTools-yHHXxJYr.js";var m=Object.defineProperty,c=a((r,t)=>m(r,"name",{value:t,configurable:!0}),"t");const n=c(async()=>{try{await s()}catch(r){process.stderr.write(`[vis-mcp] failed to start: ${r instanceof Error?r.message:String(r)}
|
|
3
|
+
`),process.exit(1)}},"main"),p=e[1]!==void 0&&o(import.meta.url)===e[1];p&&await n();export{n as main};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/vis-mcp",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.16",
|
|
4
4
|
"description": "MCP (Model Context Protocol) server for @visulima/vis — exposes vis tooling to AI agents over stdio",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agent",
|
|
@@ -14,9 +14,7 @@
|
|
|
14
14
|
"visulima"
|
|
15
15
|
],
|
|
16
16
|
"homepage": "https://visulima.com/packages/vis-mcp",
|
|
17
|
-
"bugs":
|
|
18
|
-
"url": "https://github.com/visulima/visulima/issues"
|
|
19
|
-
},
|
|
17
|
+
"bugs": "https://github.com/visulima/visulima/issues",
|
|
20
18
|
"repository": {
|
|
21
19
|
"type": "git",
|
|
22
20
|
"url": "git+https://github.com/visulima/visulima.git",
|
|
@@ -57,12 +55,12 @@
|
|
|
57
55
|
],
|
|
58
56
|
"dependencies": {
|
|
59
57
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
60
|
-
"@visulima/fs": "5.0.0-alpha.
|
|
61
|
-
"@visulima/path": "3.0.0-alpha.
|
|
58
|
+
"@visulima/fs": "5.0.0-alpha.28",
|
|
59
|
+
"@visulima/path": "3.0.0-alpha.11",
|
|
62
60
|
"zod": "4.4.3"
|
|
63
61
|
},
|
|
64
62
|
"peerDependencies": {
|
|
65
|
-
"@visulima/vis": "1.0.0-alpha.
|
|
63
|
+
"@visulima/vis": "1.0.0-alpha.26"
|
|
66
64
|
},
|
|
67
65
|
"engines": {
|
|
68
66
|
"node": "^22.14.0 || >=24.10.0"
|