shipcheck-cli 0.4.1 → 0.4.2
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/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -15,6 +15,10 @@ For MCP packages, Shipcheck also checks launch metadata that directories and cli
|
|
|
15
15
|
|
|
16
16
|
Tool page: https://tatelyman.github.io/tate-web-services/shipcheck.html
|
|
17
17
|
|
|
18
|
+
Free MCP launch self-check: https://tatelyman.github.io/tate-web-services/mcp-self-check.html
|
|
19
|
+
|
|
20
|
+
Paid MCP launch check: https://tatelyman.github.io/tate-web-services/mcp-launch-review.html
|
|
21
|
+
|
|
18
22
|
Demo repo with GitHub code scanning alerts: https://github.com/TateLyman/shipcheck-demo-ai-app
|
|
19
23
|
|
|
20
24
|
## Install
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "shipcheck-cli",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"description": "Release-readiness and AI-app exposure scanner for JavaScript and TypeScript repositories.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"homepage": "https://tatelyman.github.io/tate-web-services/shipcheck.html",
|