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
docs: add parameter validation documentation for strict mode
Add Advanced Usage section explaining the strict parameter for registerTool:
- Show examples of strict vs lenient validation
- Explain when to use each mode (development vs production)
- Document that strict parameter is only available in registerTool()
- Note that legacy tool() method uses lenient validation for compatibility
This helps developers understand when and how to use strict validation
to catch parameter name typos and unexpected data.
0 commit comments