Skip to content

Commit 4ad8185

Browse files
committed
Fix build
1 parent 557881c commit 4ad8185

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151
uv sync
5252
uv pip install . --target ./lib/
5353
54+
# Install npm dependencies
55+
npm install
56+
5457
# Build DXT extension
5558
npx dxt pack
5659

package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)