@mcp-box/mcpscore 0.8.0 → 0.9.0

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mcp-box/mcpscore",
3
- "version": "0.8.0",
4
- "description": "Lighthouse for MCP audit any MCP server and get a scored, actionable report in seconds. Node wrapper for the Python mcpscore CLI.",
3
+ "version": "0.9.0",
4
+ "description": "Lighthouse for MCP \u2014 audit any MCP server and get a scored, actionable report in seconds. Node wrapper for the Python mcpscore CLI.",
5
5
  "bin": {
6
6
  "mcpscore": "bin/mcpscore.js"
7
7
  },
@@ -33,7 +33,7 @@
33
33
  "developer-tools"
34
34
  ],
35
35
  "mcpscore": {
36
- "pythonVersion": "0.8.0"
36
+ "pythonVersion": "0.9.0"
37
37
  },
38
38
  "publishConfig": {
39
39
  "access": "public"