Deserialize a dynamic handler's raw wire arguments into a typed value T.
Register every @tool / @prompt / @resource / @resourceTemplate annotated method of obj on server, deriving JSON schemas and argument marshalling from the method signatures (FastMCP-style ergonomics).
Register every @tool / @prompt / @resource / @resourceTemplate annotated **free function** in module mod on server, mirroring registerHandlers but targeting module-scope symbols rather than the methods of an instance (FastMCP-style module decoration).
Convenience variadic form of registerModule: register the annotated free functions of several modules in one call.
vibe.data serialization policy that maps any enum leaf to / from its member *name* (string), rather than vibe's default numeric base value.