Open
Description
the mcp docs for tools contain this:
Best practices
When implementing tools:
...
Use detailed JSON Schema definitions for parameters
..
and the typescript sdk examples just dynamically create json schema from the zod types that the typescript examples use. it would be great if the kotlin sdk has something like this too, or an example how to do it. (the current example is very bare bones)