Files
modelcontextprotocol--pytho…/tests
Max Isbey 00a1336ee6 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.
2026-03-26 17:42:18 +00:00
..
2024-09-24 22:04:19 +01:00
2025-02-05 11:02:51 +00:00