The official Python SDK for Model Context Protocol servers and clients
refactor: accept plain set for ResourceSecurity.exempt_params
Changes the type from frozenset[str] to collections.abc.Set[str] so
users can write exempt_params={"range"} instead of
exempt_params=frozenset({"range"}). The default factory stays
frozenset for immutability. M
Max Isbey committed
00a1336ee66e15cd1cb8bc149f5b79900f5cf06d
Parent: 928698b