x-readiness-mcp 0.5.0 → 0.5.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 +10 -2
- package/x-readiness-mcp-0.3.0.tgz +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "x-readiness-mcp",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Clean, deterministic X-Readiness verification using MCP with Planning and Execution tools - checks APIs against Siemens API Guidelines",
|
|
6
6
|
"main": "server.js",
|
|
@@ -23,5 +23,13 @@
|
|
|
23
23
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
24
24
|
"cheerio": "^1.2.0",
|
|
25
25
|
"glob": "^13.0.0"
|
|
26
|
-
}
|
|
26
|
+
},
|
|
27
|
+
"files": [
|
|
28
|
+
"bin/",
|
|
29
|
+
"server.js",
|
|
30
|
+
"tools/",
|
|
31
|
+
"templates/",
|
|
32
|
+
"README.md",
|
|
33
|
+
"USAGE_GUIDE.md"
|
|
34
|
+
]
|
|
27
35
|
}
|
|
Binary file
|