KnearMe MCP Worker Local Development
Prerequisites
Section titled “Prerequisites”- pnpm workspace install at repo root.
- Cloudflare Wrangler auth if testing against remote resources.
- Required secret material for auth tests (public JWT key).
Start local development
Section titled “Start local development”pnpm -C apps/knearme-mcp-worker devLocal verification loop
Section titled “Local verification loop”pnpm -C apps/knearme-mcp-worker typecheckpnpm -C apps/knearme-mcp-worker testKey local checks
Section titled “Key local checks”- Validate auth challenge/issuer/resource behavior.
- Confirm tool/resource list shape is expected for MCP clients.
- Confirm current execution mode remains
portfolio_apiunless intentionally changing.