You'll notice
Plugin tool registration now times out instead of hanging on a slow MCP server connect.
Registering a runtime tool from a plugin via $.tool.register now races addMcpServer against a timeout constant instead of waiting indefinitely, so a slow or hanging MCP server connect gets aborted rather than blocking the registration forever.