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 documentation for jsonSchemaSpec configuration option
- Add section explaining jsonSchemaSpec option in Server documentation
- Document supported values (jsonSchema7, openApi3, etc.)
- Explain use case for OpenAI compatibility
- Provide usage examples
This setting affects how tool input schemas are generated from Zod schemas, ensuring they match the expected format for your target system.
140
+
120
141
### Resources
121
142
122
143
Resources are how you expose data to LLMs. They're similar to GET endpoints in a REST API - they provide data but shouldn't perform significant computation or have side effects:
0 commit comments