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 557881c commit 4ad8185Copy full SHA for 4ad8185
.github/workflows/release.yml
@@ -51,6 +51,9 @@ jobs:
51
uv sync
52
uv pip install . --target ./lib/
53
54
+ # Install npm dependencies
55
+ npm install
56
+
57
# Build DXT extension
58
npx dxt pack
59
package.json
@@ -0,0 +1,11 @@
1
+{
2
+ "name": "mcp-server-ntm",
3
+ "version": "0.1.0",
4
+ "description": "Netwrix Threat Manager MCP Server",
5
+ "scripts": {
6
+ "build": "dxt pack"
7
+ },
8
+ "devDependencies": {
9
+ "dxt": "^0.1.0"
10
+ }
11
+}
0 commit comments