Expose MCP CLI parity controls - #3576
Merged
Merged
Conversation
Widthdom
marked this pull request as ready for review
June 12, 2026 12:04
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
languagesfilters for indexed languages, capabilities, extensions, and aliases.indexplanning controls, dry-run diagnostics, supported indexing options, and explicit unsupported-mode errors.deps includeGeneratedsupport with source/target generated-code filtering and structured diagnostics.Validation
dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj -c Release --filter "FullyQualifiedName~McpServerTests.ToolsCall_Languages_FiltersByCliCompatibleMetadata_Issue3540|FullyQualifiedName~McpServerTests.ToolsCall_Status_CheckCompactExposesReadinessDiagnostics_Issue3541|FullyQualifiedName~McpServerTests.ToolsCall_Validate_FiltersSeverityAndSupportsCompactCount_Issue3541|FullyQualifiedName~McpServerTests.ToolsCall_SearchFilesAndMapExposeCliQueryOptions_Issue3542|FullyQualifiedName~McpServerTests.ToolsCall_SymbolGraphAndAnalyzeExposeCliQueryOptions_Issue3542|FullyQualifiedName~McpServerTests.ToolsCall_UnusedAndHotspotsExposeVisibilityAndBucketOptions_Issue3542|FullyQualifiedName~McpServerTests.ToolsCall_Index_DryRunReportsAdvancedControlsAndUnsupportedModes_Issue3543|FullyQualifiedName~McpServerTests.ToolsCall_Index_RejectsScopedUnsupportedModesWithoutDryRun_Issue3543|FullyQualifiedName~McpServerTests.ToolsCall_Index_AppliesMaxSymbolsPerFile_Issue3543|FullyQualifiedName~McpServerTests.ToolsList_DepsExposesGeneratedCodeFilter_Issue3544|FullyQualifiedName~McpServerTests.ToolsCall_Deps_IncludeGeneratedControlsGeneratedEdges_Issue3544" -p:UseSharedCompilation=falsedotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj -c Release --filter "FullyQualifiedName~McpServerTests.ToolsList_|FullyQualifiedName~McpServerTests.ToolsCall_Index_RejectsUnsupportedArguments_Issue2848" -p:UseSharedCompilation=falsedotnet run --project tools/CodeIndex.Changelog -- checkdotnet build CodeIndex.sln -p:UseSharedCompilation=falsedotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll index . --commits HEAD --jsongit diff --check origin/main...HEADCI Fix Validation
Windows Build and Test failed during temporary SQLite DB cleanup in the Issue #3543 MCP index tests. After hardening the cleanup path, validated with:
dotnet build tests/CodeIndex.Tests/CodeIndex.Tests.csproj -f net9.0 --no-restore -m:1 /nr:false -p:UseSharedCompilation=falsedotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj -f net9.0 --no-build --filter FullyQualifiedName~McpServerTests.ToolsCall_Indexdotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj -f net9.0 --no-build --filter FullyQualifiedName~McpToolContractTestsdotnet run --project tools/CodeIndex.Changelog --no-build -- checkgit diff --checkConflict Resolution Validation
dotnet build tests/CodeIndex.Tests/CodeIndex.Tests.csproj -f net9.0 --no-restore -m:1 /nr:false -p:UseSharedCompilation=falsedotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj -f net9.0 --no-build --filter FullyQualifiedName~McpServerTests.ToolsCall_Indexdotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj -f net9.0 --no-build --filter FullyQualifiedName~McpToolContractTestsdotnet run --project tools/CodeIndex.Changelog --no-build -- checkgit diff --checkDocumentation / Changelog
changelog.d/unreleased/3540.added.mdchangelog.d/unreleased/3541.added.mdchangelog.d/unreleased/3542.added.mdchangelog.d/unreleased/3543.added.mdchangelog.d/unreleased/3544.added.mdReview
Adversarial review after the conflict-resolution fixes: No blocking/actionable issues found.
Adversarial review after the pipeline cleanup fix: No blocking/actionable issues found.
Fixes #3540
Fixes #3541
Fixes #3542
Fixes #3543
Fixes #3544