@aryaminus/controlkeel 0.2.27 → 0.2.29

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 CHANGED
@@ -36,3 +36,5 @@ echo "@aryaminus:registry=https://npm.pkg.github.com" >> ~/.npmrc
36
36
  echo "//npm.pkg.github.com/:_authToken=YOUR_GITHUB_TOKEN_WITH_READ_PACKAGES" >> ~/.npmrc
37
37
  npm i -g @aryaminus/controlkeel --registry=https://npm.pkg.github.com
38
38
  ```
39
+
40
+ <!-- mcp-name: io.github.aryaminus/controlkeel -->
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aryaminus/controlkeel",
3
- "version": "0.2.27",
3
+ "version": "0.2.29",
4
4
  "description": "Bootstrap installer for the ControlKeel native CLI.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -27,5 +27,6 @@
27
27
  },
28
28
  "publishConfig": {
29
29
  "access": "public"
30
- }
30
+ },
31
+ "mcpName": "io.github.aryaminus/controlkeel"
31
32
  }