You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(server): eliminate TOCTOU races in MCP server and plugin registry
- server.rs: Hold write lock during entire state check and modification
in handle_initialize to prevent concurrent initialization races
- registry.rs: Use HashMap entry API to atomically check-and-insert
plugin registration to prevent duplicate registration races
Fixes #5262, #5260
0 commit comments