Closed
Description
Describe the bug
Notification protocol clashes with Foundation.Notification 😔
To Reproduce
- Import MCP into a file which already uses Foundation's Notification type.
- Compilation fails
Expected behavior
It would be better to avoid generic protocol and type names to avoid clashing with well-known Foundation types.