KnearMe MCP Worker Deploy and Release
Standard deploy flow
Section titled “Standard deploy flow”pnpm -C apps/knearme-mcp-worker typecheckpnpm -C apps/knearme-mcp-worker testpnpm -C apps/knearme-mcp-worker deployStaging-first recommendation
Section titled “Staging-first recommendation”- Deploy staging env.
- Validate auth/resource metadata and tool calls.
- Promote same code state to production.
Pre-release checklist
Section titled “Pre-release checklist”JWT_PUBLIC_KEYset in target environment.PORTFOLIO_API_URLpoints to correct environment domain.MCP_EXECUTION_MODEunchanged unless migration is intentional.