kineto-mcp 0.1.2 → 0.1.4
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/package.json +14 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kineto-mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "Kineto MCP server: give your coding agent a camera. Compiles declarative scene documents to MP4, animated WebP or PNG. No browser, no display.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mcp",
|
|
@@ -11,6 +11,15 @@
|
|
|
11
11
|
"agent"
|
|
12
12
|
],
|
|
13
13
|
"license": "MIT OR Apache-2.0",
|
|
14
|
+
"repository": {
|
|
15
|
+
"type": "git",
|
|
16
|
+
"url": "git+https://github.com/DanielFidalgo/kineto.git",
|
|
17
|
+
"directory": "packages/mcp"
|
|
18
|
+
},
|
|
19
|
+
"homepage": "https://github.com/DanielFidalgo/kineto",
|
|
20
|
+
"bugs": {
|
|
21
|
+
"url": "https://github.com/DanielFidalgo/kineto/issues"
|
|
22
|
+
},
|
|
14
23
|
"type": "module",
|
|
15
24
|
"bin": {
|
|
16
25
|
"kineto-mcp": "bin/kineto-mcp.mjs"
|
|
@@ -28,10 +37,10 @@
|
|
|
28
37
|
"test": "node --test test/*.test.mjs"
|
|
29
38
|
},
|
|
30
39
|
"optionalDependencies": {
|
|
31
|
-
"kineto-mcp-darwin-arm64": "0.1.
|
|
32
|
-
"kineto-mcp-darwin-x64": "0.1.
|
|
33
|
-
"kineto-mcp-linux-arm64": "0.1.
|
|
34
|
-
"kineto-mcp-linux-x64": "0.1.
|
|
40
|
+
"kineto-mcp-darwin-arm64": "0.1.4",
|
|
41
|
+
"kineto-mcp-darwin-x64": "0.1.4",
|
|
42
|
+
"kineto-mcp-linux-arm64": "0.1.4",
|
|
43
|
+
"kineto-mcp-linux-x64": "0.1.4"
|
|
35
44
|
},
|
|
36
45
|
"publishConfig": {
|
|
37
46
|
"registry": "https://registry.npmjs.org/"
|