Skip to content

Commit 4baeabb

Browse files
committed
fix build
1 parent 4db663f commit 4baeabb

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
node_modules/
44

55
# Build artifacts
6-
istio-mcp-server
76
!cmd/istio-mcp-server
87
!pkg/istio-mcp-server
98

npm/istio-mcp-server/package.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"name": "istio-mcp-server",
3+
"version": "0.0.0",
4+
"description": "Model Context Protocol (MCP) server for Istio",
5+
"main": "./bin/index.js",
6+
"bin": {
7+
"istio-mcp-server": "bin/index.js"
8+
},
9+
"optionalDependencies": {
10+
"istio-mcp-server-darwin-amd64": "0.0.0",
11+
"istio-mcp-server-darwin-arm64": "0.0.0",
12+
"istio-mcp-server-linux-amd64": "0.0.0",
13+
"istio-mcp-server-linux-arm64": "0.0.0",
14+
"istio-mcp-server-windows-amd64": "0.0.0",
15+
"istio-mcp-server-windows-arm64": "0.0.0"
16+
},
17+
"repository": {
18+
"type": "git",
19+
"url": "git+https://github.com/krutsko/istio-mcp-server.git"
20+
},
21+
"keywords": [
22+
"mcp",
23+
"istio",
24+
"kubernetes"
25+
"model context protocol",
26+
"model",
27+
"context",
28+
"protocol"
29+
],
30+
"author": {
31+
"name": "Sergey Krutsko",
32+
"url": "https://github.com/krutsko"
33+
},
34+
"license": "MIT",
35+
"bugs": {
36+
"url": "https://github.com/krutsko/istio-mcp-server/issues"
37+
},
38+
"homepage": "https://github.com/krutsko/istio-mcp-server#readme"
39+
}

0 commit comments

Comments
 (0)