@golproductions/check-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 +5 -4
package/package.json
CHANGED
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@golproductions/check-mcp",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "MCP server for Check — validate any shell command before execution. AI agents call Check to know if a command will work before running it.",
|
|
5
5
|
"bin": {
|
|
6
|
-
"check-mcp": "
|
|
6
|
+
"check-mcp": "src/index.js"
|
|
7
7
|
},
|
|
8
8
|
"type": "module",
|
|
9
9
|
"engines": {
|
|
10
10
|
"node": ">=18"
|
|
11
11
|
},
|
|
12
12
|
"files": [
|
|
13
|
-
"src/"
|
|
13
|
+
"src/",
|
|
14
|
+
"LICENSE"
|
|
14
15
|
],
|
|
15
16
|
"keywords": [
|
|
16
17
|
"mcp",
|
|
@@ -23,7 +24,7 @@
|
|
|
23
24
|
"license": "MIT",
|
|
24
25
|
"repository": {
|
|
25
26
|
"type": "git",
|
|
26
|
-
"url": "https://github.com/golproductions/check-mcp"
|
|
27
|
+
"url": "git+https://github.com/golproductions/check-mcp.git"
|
|
27
28
|
},
|
|
28
29
|
"homepage": "https://www.golproductions.com/check.html",
|
|
29
30
|
"dependencies": {
|