@jvittechs/jai1-mcp 1.0.0 → 1.0.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/package.json +2 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jvittechs/jai1-mcp",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "MCP stdio proxy for Jai1 MCP Server - connects IDE AI agents to Jai1 developer tools",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -18,12 +18,6 @@
|
|
|
18
18
|
},
|
|
19
19
|
"license": "MIT",
|
|
20
20
|
"author": "JVIT <dev@jvit.com>",
|
|
21
|
-
"repository": {
|
|
22
|
-
"type": "git",
|
|
23
|
-
"url": "git+https://github.com/jvittechs/jai1-framework.git",
|
|
24
|
-
"directory": "packages/mcp"
|
|
25
|
-
},
|
|
26
|
-
"homepage": "https://github.com/jvittechs/jai1-framework/tree/main/packages/mcp#readme",
|
|
27
21
|
"keywords": [
|
|
28
22
|
"jai1",
|
|
29
23
|
"mcp",
|
|
@@ -51,4 +45,4 @@
|
|
|
51
45
|
"typescript": "^5.9.3",
|
|
52
46
|
"vitest": "^2.1.4"
|
|
53
47
|
}
|
|
54
|
-
}
|
|
48
|
+
}
|