STDIO Docker Reliability Release - Restores native stdio MCP startup for VS Code/Copilot after recent dependency updates and temporarily pins Logback to avoid stdout protocol pollution.
Changed (2.0.5)
- Native STDIO Docker Build Config: Explicitly enables Spring AI MCP stdio transport in the
dockerprofile (application-docker.yaml) so native stdio images respond correctly to MCPinitialize - Self-Update Workflow Ignore List: Excludes temporary MCP SDK and Logback override dependencies from automated dependency-update PRs
Fixed (2.0.5)
- VS Code / Copilot STDIO MCP Startup: Temporary
logback.versionoverride to1.5.22avoids Logback1.5.32startup status output on stdout in native stdio images, which breaks MCP message parsing