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
{{ message }}
This repository was archived by the owner on Oct 28, 2025. It is now read-only.
Based on #161, this PR adds the ability to conditionally deregister certain tools, using env vars with the schema `<tool_name>_DISABLED`.
This PR just achieves it via using the low-level API, as opposed to conditionally declaring each function, which saves us some boilerplate and in my opinion produces better-looking code.
0 commit comments