Skip to content

KnearMe MCP Worker Local Development

  • pnpm workspace install at repo root.
  • Cloudflare Wrangler auth if testing against remote resources.
  • Required secret material for auth tests (public JWT key).
Terminal window
pnpm -C apps/knearme-mcp-worker dev
Terminal window
pnpm -C apps/knearme-mcp-worker typecheck
pnpm -C apps/knearme-mcp-worker test
  • Validate auth challenge/issuer/resource behavior.
  • Confirm tool/resource list shape is expected for MCP clients.
  • Confirm current execution mode remains portfolio_api unless intentionally changing.