Fix kubernetes-mcp-server package name: remove incorrect @manusa/ scope
The npm package is published as `kubernetes-mcp-server` (unscoped), not `@manusa/kubernetes-mcp-server` which returns 404.
This commit is contained in:
@@ -46,7 +46,7 @@ RUN npm install -g \
|
|||||||
@modelcontextprotocol/server-postgres \
|
@modelcontextprotocol/server-postgres \
|
||||||
@modelcontextprotocol/server-filesystem \
|
@modelcontextprotocol/server-filesystem \
|
||||||
@modelcontextprotocol/server-git \
|
@modelcontextprotocol/server-git \
|
||||||
@manusa/kubernetes-mcp-server
|
kubernetes-mcp-server
|
||||||
|
|
||||||
RUN addgroup --system --gid 1001 nodejs
|
RUN addgroup --system --gid 1001 nodejs
|
||||||
RUN adduser --system --uid 1001 nextjs
|
RUN adduser --system --uid 1001 nextjs
|
||||||
|
|||||||
Reference in New Issue
Block a user