Skip to content

v3.44.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Jun 15:46
· 310 commits to main since this release
feat(mcp): enhance parameter extraction with simple schema expansion

- Added a new helper function to expand shorthand schemas into full JSON Schema format.
- Updated the parameter extractor to utilize the new schema expansion logic for `params()` calls.
- Introduced tests for simple schema extraction to validate the new functionality.
- Cleaned up whitespace in the test files for improved readability.