Skip to content

Fix MCP index concurrency guard - #2789

Merged
Widthdom merged 7 commits into
mainfrom
fix-issue1459
May 31, 2026
Merged

Fix MCP index concurrency guard#2789
Widthdom merged 7 commits into
mainfrom
fix-issue1459

Conversation

@Widthdom

@Widthdom Widthdom commented May 31, 2026

Copy link
Copy Markdown
Owner

Summary

Fixes #1459

Validation

  • dotnet run --project tools/CodeIndex.Changelog -- check
  • dotnet format whitespace CodeIndex.sln --verify-no-changes --no-restore --verbosity minimal
  • dotnet build CodeIndex.sln --configuration Release --no-restore -p:UseSharedCompilation=false -p:EnableAotAnalyzer=false -p:EnableTrimAnalyzer=false
  • dotnet build tests/CodeIndex.Tests/CodeIndex.Tests.csproj --configuration Release --framework net8.0 --no-restore -p:UseSharedCompilation=false -p:EnableAotAnalyzer=false -p:EnableTrimAnalyzer=false
  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj --filter "FullyQualifiedName~McpServerTests.ToolsCall_Index" -p:UseSharedCompilation=false -p:EnableAotAnalyzer=false -p:EnableTrimAnalyzer=false

Changelog

  • changelog.d/unreleased/1459.fixed.md
  • changelog.d/unreleased/2796.internal.md

Follow-up References

@Widthdom
Widthdom marked this pull request as ready for review May 31, 2026 18:34
@Widthdom
Widthdom merged commit 56b6956 into main May 31, 2026
10 checks passed
@Widthdom
Widthdom deleted the fix-issue1459 branch May 31, 2026 18:50
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.

MCP index has no concurrent-invocation guard; readiness bits race

1 participant