Skip to content

fix: UseUrls for reliable Kestrel bind on background threads, custom GET /mcp/ handler for SSE discovery - #2246

Open
velteyn wants to merge 5 commits into
OpenRakis:masterfrom
velteyn:spice86-mcp-fix
Open

fix: UseUrls for reliable Kestrel bind on background threads, custom GET /mcp/ handler for SSE discovery#2246
velteyn wants to merge 5 commits into
OpenRakis:masterfrom
velteyn:spice86-mcp-fix

Merge branch 'master' into spice86-mcp-fix

8fce130
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Aug 4, 2026 in 4s

2 new alerts

New alerts in code changed by this pull request

  • 1 warning
  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 122 in src/Spice86.Core/Emulator/Mcp/McpHttpHost.cs

See this annotation in the file changed.

Code scanning / CodeQL

Missing Dispose call on local IDisposable Warning

Disposable 'ManualResetEvent' is created but not disposed.

Check notice on line 119 in src/Spice86.Core/Emulator/Mcp/McpHttpHost.cs

See this annotation in the file changed.

Code scanning / CodeQL

Generic catch clause Note

Generic catch clause.