@securitychecks/mcp 0.3.0 → 0.4.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.
- package/dist/index.js +2 -2
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -127,7 +127,7 @@ async function handleFeedbackTool(args, options) {
|
|
|
127
127
|
});
|
|
128
128
|
writeFileSync(feedbackFile, JSON.stringify(feedbackData, null, 2));
|
|
129
129
|
try {
|
|
130
|
-
const clientVersion = "0.
|
|
130
|
+
const clientVersion = "0.4.0";
|
|
131
131
|
const endpoint = "https://api.securitychecks.ai/v1/feedback";
|
|
132
132
|
const controller = new AbortController();
|
|
133
133
|
const timeoutId = setTimeout(() => controller.abort(), 3e3);
|
|
@@ -177,7 +177,7 @@ async function handleFeedbackTool(args, options) {
|
|
|
177
177
|
}
|
|
178
178
|
|
|
179
179
|
// src/index.ts
|
|
180
|
-
var version = "0.
|
|
180
|
+
var version = "0.4.0";
|
|
181
181
|
var server = new Server(
|
|
182
182
|
{
|
|
183
183
|
name: "scheck",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@securitychecks/mcp",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "MCP server for SecurityChecks - verify security invariants via AI assistants",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@modelcontextprotocol/sdk": "^1.26.0",
|
|
36
|
-
"@securitychecks/cli": "0.
|
|
37
|
-
"@securitychecks/collector": "0.
|
|
36
|
+
"@securitychecks/cli": "0.4.0",
|
|
37
|
+
"@securitychecks/collector": "0.4.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@types/node": "^25.1.0",
|