Summary of what happened:
Unity 6.3 upgrade changed how System.Collections.Immutable was handled
Unity AI Assistant package was causing version conflicts (had v10, MCP needed v9)
After removing AI Assistant, Unity had v8 but MCP's CodeAnalysis dependency needed v9
Installing System.Collections.Immutable v9.0.0 in Assets/Plugins/ resolved everything