@visulima/vis-mcp 1.0.21 → 1.0.23
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 +20 -0
- package/README.md +2 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
## @visulima/vis-mcp [1.0.23](https://github.com/visulima/visulima/compare/@visulima/vis-mcp@1.0.22...@visulima/vis-mcp@1.0.23) (2026-09-21)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Dependencies
|
|
5
|
+
|
|
6
|
+
* **@visulima/fs:** upgraded to 6.0.10
|
|
7
|
+
* **@visulima/vis:** upgraded to 4.1.1
|
|
8
|
+
|
|
9
|
+
## @visulima/vis-mcp [1.0.22](https://github.com/visulima/visulima/compare/@visulima/vis-mcp@1.0.21...@visulima/vis-mcp@1.0.22) (2026-09-21)
|
|
10
|
+
|
|
11
|
+
### Miscellaneous Chores
|
|
12
|
+
|
|
13
|
+
* point every Discord link at the anolilab server ([#858](https://github.com/visulima/visulima/issues/858)) ([4002bfc](https://github.com/visulima/visulima/commit/4002bfcd8d3c748d7008efe208e6aaae7bd18753))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Dependencies
|
|
17
|
+
|
|
18
|
+
* **@visulima/fs:** upgraded to 6.0.9
|
|
19
|
+
* **@visulima/vis:** upgraded to 4.1.0
|
|
20
|
+
|
|
1
21
|
## @visulima/vis-mcp [1.0.21](https://github.com/visulima/visulima/compare/@visulima/vis-mcp@1.0.20...@visulima/vis-mcp@1.0.21) (2026-09-07)
|
|
2
22
|
|
|
3
23
|
|
package/README.md
CHANGED
|
@@ -141,7 +141,7 @@ The visulima vis-mcp is open-sourced software licensed under the [MIT][license]
|
|
|
141
141
|
[npm-downloads]: https://www.npmjs.com/package/@visulima/vis-mcp
|
|
142
142
|
[prs-welcome-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge
|
|
143
143
|
[prs-welcome]: https://github.com/visulima/visulima/blob/main/.github/CONTRIBUTING.md
|
|
144
|
-
[chat-badge]: https://img.shields.io/discord/
|
|
145
|
-
[chat]: https://discord.gg/
|
|
144
|
+
[chat-badge]: https://img.shields.io/discord/902465130518949899.svg?style=for-the-badge
|
|
145
|
+
[chat]: https://discord.gg/eajEZvk2PG
|
|
146
146
|
[typescript-badge]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
|
|
147
147
|
[typescript-url]: https://www.typescriptlang.org/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/vis-mcp",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.23",
|
|
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",
|
|
@@ -55,12 +55,12 @@
|
|
|
55
55
|
],
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@modelcontextprotocol/sdk": "^1.30.0",
|
|
58
|
-
"@visulima/fs": "6.0.
|
|
58
|
+
"@visulima/fs": "6.0.10",
|
|
59
59
|
"@visulima/path": "4.0.0",
|
|
60
60
|
"zod": "4.4.3"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
|
-
"@visulima/vis": "4.
|
|
63
|
+
"@visulima/vis": "4.1.1"
|
|
64
64
|
},
|
|
65
65
|
"engines": {
|
|
66
66
|
"node": "^22.14.0 || >=24.10.0"
|