Want
I would like to abstract my registration so it's not one huge monolithic file to follow better coding practices.
Problem
It doesn't seem that there's any typing or helpers provided to do such. This leaves me re-creating the types by hand.
Solution
One of the following would solve my issue:
- Export types that are already defined
- Export a helper for creating a
registerToolHandler