@mcp-box/mcpscore 1.8.0 → 1.10.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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mcp-box/mcpscore",
3
- "version": "1.8.0",
3
+ "version": "1.10.0",
4
4
  "description": "Audit an MCP server and get a scored, actionable quality report in seconds. Node wrapper for the Python mcpscore CLI.",
5
5
  "bin": {
6
6
  "mcpscore": "bin/mcpscore.js"
@@ -33,7 +33,7 @@
33
33
  "developer-tools"
34
34
  ],
35
35
  "mcpscore": {
36
- "pythonVersion": "1.8.0"
36
+ "pythonVersion": "1.10.0"
37
37
  },
38
38
  "publishConfig": {
39
39
  "access": "public"