chore: rebrand project to crank

This commit is contained in:
a.tolmachev
2026-03-28 00:58:56 +03:00
parent 6821d0c64a
commit 26335e8d9b
101 changed files with 550 additions and 538 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ WORKDIR /app
COPY --from=builder /app/target/release/mcp-server /usr/local/bin/mcp-server
ENV MCPAAS_MCP_BIND=0.0.0.0:3002
ENV CRANK_MCP_BIND=0.0.0.0:3002
EXPOSE 3002