@trustlists/mcp 0.1.0 → 0.2.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.
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@trustlists/mcp",
3
- "version": "0.1.0",
4
- "description": "TrustLists MCP server — vendor security & compliance tools for AI assistants. Look up trust centers, audit dependencies, check compliance posture.",
3
+ "version": "0.2.1",
4
+ "mcpName": "io.github.trustlists/mcp",
5
+ "description": "trustlists MCP server: find public vendor trust centers, browse listed frameworks, and map project dependencies.",
5
6
  "keywords": [
6
7
  "mcp",
7
8
  "model-context-protocol",
@@ -14,7 +15,7 @@
14
15
  "cursor",
15
16
  "claude"
16
17
  ],
17
- "homepage": "https://trustlists.org",
18
+ "homepage": "https://trustlists.org/mcp/",
18
19
  "bugs": {
19
20
  "url": "https://github.com/trustlists/trustlists-plugin/issues"
20
21
  },
@@ -25,7 +26,7 @@
25
26
  },
26
27
  "license": "Apache-2.0",
27
28
  "author": {
28
- "name": "TrustLists",
29
+ "name": "trustlists",
29
30
  "email": "mcp-plugin@trustlists.org",
30
31
  "url": "https://trustlists.org"
31
32
  },