@zcode-apps/mcp-sentinel 0.2.1 → 0.2.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -76,7 +76,7 @@ Target: https://api.example.com/mcp
76
76
 
77
77
  ## Repository
78
78
 
79
- **GitLab:** https://git.z-code.ai/openclaw-dev/arc-mcp-sentinel
79
+ **GitHub:** https://github.com/zcode-apps/mcp-sentinel
80
80
  **npm:** https://www.npmjs.com/package/@zcode-apps/mcp-sentinel
81
81
 
82
82
  ## License
@@ -85,4 +85,4 @@ MIT License
85
85
 
86
86
  ---
87
87
 
88
- **Built by ARC**
88
+ **Built by Sebastian Zang**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zcode-apps/mcp-sentinel",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "type": "module",
5
5
  "main": "dist/scanner.js",
6
6
  "types": "dist/scanner.d.ts",