mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-03 12:14:08 +00:00
Summary: - Add MCP status, probe, and projected-tools CLI surfaces. - Add per-server MCP tool filters plus resource/prompt utility projection. - Harden MCP runtime discovery, listChanged invalidation, request-failure backoff, and metadata sanitization. - Preserve current main type health by narrowing the shared future timestamp guard. Verification: - pnpm test src/shared/number-coercion.test.ts src/agents/auth-profiles/usage.test.ts src/cli/mcp-cli.test.ts src/agents/agent-bundle-mcp-runtime.test.ts src/agents/agent-bundle-mcp-tools.materialize.test.ts -- --reporter=verbose - pnpm lint - pnpm tsgo:prod - pnpm build - git diff --check origin/main...HEAD - GitHub Actions: dependency-guard, real behavior proof, security high MCP boundary, build/lint/types/guards/docs, gateway/plugin/agent shards green on PR head. Known proof gap: - Existing checks-node-agentic-commands-doctor no-output watchdog reproduced locally outside touched paths.