Skip to content

KnearMe MCP Worker Deploy and Release

Terminal window
pnpm -C apps/knearme-mcp-worker typecheck
pnpm -C apps/knearme-mcp-worker test
pnpm -C apps/knearme-mcp-worker deploy
  1. Deploy staging env.
  2. Validate auth/resource metadata and tool calls.
  3. Promote same code state to production.
  • JWT_PUBLIC_KEY set in target environment.
  • PORTFOLIO_API_URL points to correct environment domain.
  • MCP_EXECUTION_MODE unchanged unless migration is intentional.