Inspector Version
Describe the bug
The software returns an error if any schema contains field declarations of the 'number' type.
To Reproduce
Connect to mcp server -> prompts -> list prompts
Expected behavior
Return the list of prompts..
Screenshots

Environment:
- node v24.1.0
- google chrome 141.0.7390.66
Additional context
After defining the tools and prompts with the Genkit framework, I used an inelegant workaround: changing the schema fields from a number to a string format.