We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33140c2 commit 50fd83cCopy full SHA for 50fd83c
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"dxt_version": "0.1",
3
"name": "Socket",
4
- "version": "0.0.8",
+ "version": "0.0.9",
5
"description": "Socket MCP server for scanning dependencies",
6
"author": {
7
"name": "Alexandros Kapravelos",
package.json
@@ -21,6 +21,7 @@
21
"build:types": "tsc -p tsconfig.declaration.json",
22
"build:permissions": "chmod +x ./index.js && (chmod +x ./mock-client/*.js 2>/dev/null || true)",
23
"build-dtx": "run-s build build-dtx:*",
24
+ "build-dtx:versions_match": "node scripts/check-versions.js",
25
"build-dtx:validate": "npx dxt validate ./",
26
"build-dtx:dtx-pack": "npx dxt pack ./",
27
"clean": "./scripts/clean.sh",
0 commit comments