Fix kubernetes-mcp-server package name: remove incorrect @manusa/ scope
Some checks failed
CI / lint-and-test (push) Successful in 41s
Deploy Production / deploy (push) Failing after 42s
CI / build (push) Failing after 1m8s

The npm package is published as `kubernetes-mcp-server` (unscoped),
not `@manusa/kubernetes-mcp-server` which returns 404.
This commit is contained in:
Julia McGhee
2026-03-21 21:09:30 +00:00
parent 27991e7309
commit ed3331b575

View File

@@ -46,7 +46,7 @@ RUN npm install -g \
@modelcontextprotocol/server-postgres \
@modelcontextprotocol/server-filesystem \
@modelcontextprotocol/server-git \
@manusa/kubernetes-mcp-server
kubernetes-mcp-server
RUN addgroup --system --gid 1001 nodejs
RUN adduser --system --uid 1001 nextjs