Release v0.8.0 — MCP server, rename, release automation#9
Merged
Conversation
Opt-in MCP server (disabled by default) that exposes loaded execution plans
and Query Store data to AI assistants via read-only tools over Streamable HTTP.
13 tools total:
- Discovery: list_plans, get_connections
- Plan analysis: analyze_plan, get_plan_summary, get_plan_warnings,
get_missing_indexes, get_plan_parameters, get_expensive_operators,
get_plan_xml, compare_plans, get_repro_script
- Query Store: check_query_store, get_query_store_top (uses built-in
read-only DMV query only, no arbitrary SQL)
Enable via ~/.planview/settings.json: {"mcp_enabled": true, "mcp_port": 5152}
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
- Rename "SQL Performance Studio" to "Performance Studio" across all user-facing strings: title bar, about dialog, help menu, app name, macOS bundle, csproj product, MCP server name, docs - Add MCP section to README with setup instructions, tool reference, and example questions - Add MCP enable/port toggle to About screen (interim until dedicated settings UI) - Fix MCP endpoint URL from /mcp to / in docs and instructions - Fix MCP server name from sql-performance-studio to performance-studio Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
- Update CI workflow to build on Windows, trigger on releases, and auto-package/upload PerformanceStudio and CLI zips with checksums - Bump App version 0.7.0 → 0.8.0, CLI version 0.5.0 → 0.8.0 - Fix CLI product name from "SQL Performance Studio" to "Performance Studio" Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
PR #6 — MCP Server
src/PlanViewer.App/Mcp/: PlanSessionManager, McpHostService, McpSettings, McpHelpers, McpInstructions, McpPlanTools (11 tools), McpQueryStoreTools (2 tools)~/.planview/settings.json, default port 5152PR #7 — Rename + Docs
PR #8 — Release Automation
PerformanceStudio-{version}.zipandPerformanceStudioCli-{version}.zipwith SHA256 checksumsTest plan
🤖 Generated with Claude Code