@certscore/mcp 0.2.15 → 0.2.16

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@certscore/mcp",
3
- "version": "0.2.15",
3
+ "version": "0.2.16",
4
4
  "mcpName": "ai.certscore/mcp",
5
5
  "private": false,
6
6
  "description": "MCP server for CertScore public website risk-signal workflows.",
package/server-light.json CHANGED
@@ -1,15 +1,30 @@
1
1
  {
2
2
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3
3
  "name": "ai.certscore/mcp-light",
4
- "title": "CertScore.ai — Light mode",
5
- "description": "No-account public website privacy risk scans with 20 new scans/day and free recent-result reuse.",
4
+ "title": "CertScore.ai MCP Light",
5
+ "description": "Free website privacy scanner for pre-consent cookies, trackers, consent, policy, and HTTPS/TLS.",
6
6
  "status": "active",
7
7
  "repository": {
8
8
  "url": "https://github.com/ergoveritas1-alt/certscore.ai",
9
- "source": "github"
9
+ "source": "github",
10
+ "subfolder": "packages/certscore-mcp"
10
11
  },
11
12
  "websiteUrl": "https://certscore.ai/mcp/light",
12
- "version": "0.2.15",
13
+ "icons": [
14
+ {
15
+ "src": "https://certscore.ai/certscore-mark-dark.png",
16
+ "mimeType": "image/png",
17
+ "sizes": ["512x512"],
18
+ "theme": "light"
19
+ },
20
+ {
21
+ "src": "https://certscore.ai/certscore-mark-light.png",
22
+ "mimeType": "image/png",
23
+ "sizes": ["512x512"],
24
+ "theme": "dark"
25
+ }
26
+ ],
27
+ "version": "0.2.16",
13
28
  "remotes": [
14
29
  {
15
30
  "type": "streamable-http",
package/server.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "url": "https://github.com/ergoveritas1-alt/certscore.ai",
9
9
  "source": "github"
10
10
  },
11
- "version": "0.2.15",
11
+ "version": "0.2.16",
12
12
  "remotes": [
13
13
  {
14
14
  "type": "streamable-http",
@@ -20,7 +20,7 @@
20
20
  "registryType": "npm",
21
21
  "registryBaseUrl": "https://registry.npmjs.org",
22
22
  "identifier": "@certscore/mcp",
23
- "version": "0.2.15",
23
+ "version": "0.2.16",
24
24
  "transport": {
25
25
  "type": "stdio"
26
26
  },