Port 18 MCP tools to Lite (Tier-2 Lite<->Darling MCP parity)#1518
Merged
Conversation
Wraps the 18 MCP tools Lite lacked vs Darling as [McpServerTool] wrappers over readers Lite already has: get_latch_stats / get_spinlock_stats / get_plan_cache_bloat / get_cpu_scheduler_pressure / get_resource_semaphore / get_default_trace_events / get_daily_summary / get_server_config_changes / get_database_config_changes / get_trace_flag_changes, and the 8 get_health_parser_* tools. io_issues/cpu_tasks got thin reader adds off the shared Common.SystemHealthParser (parse reused, not reinvented). KnownLiteMissingMcpTools drained to empty (the CI inventory-pin ratchet). The get_blocking rename is deliberately NOT done here (breaking; held for explicit sign-off). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…ports # Conflicts: # CHANGELOG.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ports the 18 MCP tools Lite lacked vs Darling — mechanical
[McpServerTool]wrappers over readers Lite already has (latch/spinlock, plan-cache-bloat, cpu-scheduler-pressure, resource-semaphore, default-trace, daily-summary, the three config-change histories, and the eightget_health_parser_*tools).io_issues/cpu_tasksgot thin reader adds off the sharedCommon.SystemHealthParser(parse reused, not reinvented); the one new reader isGetResourceSemaphoreSnapshotAsync.KnownLiteMissingMcpToolsis drained to empty (the CI inventory-pin ratchet). Theget_blocked_process_reports->get_blockingrename is deliberately NOT done here — breaking, held for explicit sign-off.Lite-only. Build clean; MCP inventory pin green locally; full Lite.Tests run in CI.
🤖 Generated with Claude Code