Skip to content

Extract core MCP registry tools#603

Merged
w1ne merged 1 commit into
developfrom
codex/mcp-core-registry
Jul 9, 2026
Merged

Extract core MCP registry tools#603
w1ne merged 1 commit into
developfrom
codex/mcp-core-registry

Conversation

@w1ne

@w1ne w1ne commented Jul 9, 2026

Copy link
Copy Markdown
Owner

Summary

  • Extract remaining core/runtime, inspection/verification, and reference/export MCP entries into registry modules.
  • Leave toolRegistry.ts as composition, metadata, and dispatch boundary only.
  • Add public-contract coverage for group composition and moved-handler dispatch wiring.

Verification

  • npm test -- src/agent/mcp/toolRegistry.publicContract.test.ts src/agent/mcp/toolNameConsistency.test.ts src/agent/mcp/server.test.ts tests/unit/mcp/toolRegistrySchema.test.ts tests/unit/mcp/server.test.ts tests/integration/mcp/serverToolDispatch.test.ts src/agent/mcp/tools/inspect.test.ts src/agent/mcp/tools/verify.test.ts src/agent/mcp/tools/query.test.ts src/agent/mcp/tools/export.test.ts
  • npm run typecheck
  • npx eslint src/agent/mcp/toolRegistry.ts src/agent/mcp/registry/coreRuntimeTools.ts src/agent/mcp/registry/inspectionVerificationTools.ts src/agent/mcp/registry/referenceExportTools.ts src/agent/mcp/toolRegistry.publicContract.test.ts
  • git diff --check origin/develop..HEAD

Review

  • Subagent spec/order review: no findings.
  • Subagent code-quality review: handler-wiring coverage and non-contiguous-group clarity findings fixed; re-review no findings.

No docs touched.

@w1ne w1ne enabled auto-merge (squash) July 9, 2026 12:58
@w1ne w1ne merged commit d226cd1 into develop Jul 9, 2026
13 checks passed
@w1ne w1ne deleted the codex/mcp-core-registry branch July 9, 2026 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant