File tree Expand file tree Collapse file tree 2 files changed +39
-1
lines changed Expand file tree Collapse file tree 2 files changed +39
-1
lines changed Original file line number Diff line number Diff line change 33node_modules /
44
55# Build artifacts
6- istio-mcp-server
76! cmd /istio-mcp-server
87! pkg /istio-mcp-server
98
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments