@certscore/mcp 0.2.1 → 0.2.2
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/dist/certscore-mcp.mjs +1 -1
- package/package.json +1 -1
- package/server.json +2 -2
package/dist/certscore-mcp.mjs
CHANGED
|
@@ -18067,7 +18067,7 @@ var mcpGetLatestDomainPreConsentCookiesTrackersInputSchema = {
|
|
|
18067
18067
|
};
|
|
18068
18068
|
var scanCreationAnnotations = {
|
|
18069
18069
|
readOnlyHint: false,
|
|
18070
|
-
destructiveHint:
|
|
18070
|
+
destructiveHint: true,
|
|
18071
18071
|
idempotentHint: false,
|
|
18072
18072
|
openWorldHint: true
|
|
18073
18073
|
};
|
package/package.json
CHANGED
package/server.json
CHANGED
|
@@ -7,12 +7,12 @@
|
|
|
7
7
|
"url": "https://github.com/ergoveritas1-alt/certscore.ai",
|
|
8
8
|
"source": "github"
|
|
9
9
|
},
|
|
10
|
-
"version": "0.2.
|
|
10
|
+
"version": "0.2.2",
|
|
11
11
|
"packages": [
|
|
12
12
|
{
|
|
13
13
|
"registryType": "npm",
|
|
14
14
|
"identifier": "@certscore/mcp",
|
|
15
|
-
"version": "0.2.
|
|
15
|
+
"version": "0.2.2",
|
|
16
16
|
"transport": {
|
|
17
17
|
"type": "stdio"
|
|
18
18
|
},
|