@mcpskillsio/server 2.5.0 → 2.5.1

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/index.js +1 -1
  2. package/package.json +2 -1
package/index.js CHANGED
@@ -396,7 +396,7 @@ function formatSafetyResult(data) {
396
396
  const server = new Server(
397
397
  {
398
398
  name: "mcpskills",
399
- version: "2.5.0",
399
+ version: "2.5.1",
400
400
  },
401
401
  {
402
402
  capabilities: {
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@mcpskillsio/server",
3
- "version": "2.5.0",
3
+ "version": "2.5.1",
4
+ "mcpName": "io.mcpskills/server",
4
5
  "description": "Use the MCPSkills pre-install trust layer from Claude Code, Cursor, or any MCP client. Accepts GitHub repos, npm packages, Smithery URLs, and OpenClaw skills. 15 signals (incl. OSV/KEV/EPSS vulnerability intelligence), safety scanning, OpenClaw frontmatter parsing + transparency scoring, recommendations, badges, monitoring, batch checking, auto-gate decisions, and stack building from live trust data.",
5
6
  "type": "module",
6
7
  "main": "index.js",