Jeremiah Lowin
0600834da4
Fix single-element list unwrapping in tool content
...
Single-element lists like [1] were being incorrectly unwrapped to "1"
in unstructured content while multi-element lists remained as lists.
This created inconsistent behavior where the structure was lost for
single items.
This fix ensures lists always preserve their structure in unstructured
content regardless of length, making behavior consistent and predictable.
Also removes pretty-printing from JSON serialization for more compact
output across tools, prompts, and resources.
Fixes #1064
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-07 12:07:16 -04:00
Jeremiah Lowin
7e983ce5b7
Fix static typing
2025-07-07 10:22:48 -04:00
William Easton
8cdce8d848
Keep json schema $defs on transform
2025-07-06 21:13:50 -05:00
Jeremiah Lowin
ef742d9400
Ensure multi-client configurations use new ProxyClient ( #1045 )
...
* Validate elicitation responses are dicts
* Ensure advanced MCP features are forwarded through proxy
* Use proxy client in tests
2025-07-05 11:57:03 -04:00
Jeremiah Lowin
7e0a237945
Fix schema wrapping for non-object union types in output schemas
2025-06-30 14:12:40 -04:00
Jeremiah Lowin
5520102821
Update failing tests
2025-06-27 22:06:35 -04:00
Jeremiah Lowin
b3799e7a73
Update typing
2025-06-27 21:54:17 -04:00
Jeremiah Lowin
db24c85359
Update all tests
2025-06-27 21:41:37 -04:00
Jeremiah Lowin
a7eb2da273
Update output schema control
2025-06-27 20:17:10 -04:00
Jeremiah Lowin
ddb557ba30
Update for 'result' kwarg instead of 'value'
2025-06-27 15:44:46 -04:00
Jeremiah Lowin
d8dc28b9b2
Add structured content & update almost all tests
2025-06-27 15:40:52 -04:00
William Easton
1a6bb55b27
add examples to param transformation
2025-06-11 13:43:11 -05:00
Jeremiah Lowin
7ca0da7577
Add test for disabled transformation tools
2025-06-10 11:10:14 -04:00
Jeremiah Lowin
9b201cfd74
Update test_tool_transform.py
2025-06-09 17:24:11 -04:00
Jeremiah Lowin
ac89a09332
fix typing
2025-06-09 17:21:01 -04:00
Jeremiah Lowin
f8854fb3fd
Add documentation
2025-06-09 17:18:04 -04:00
Jeremiah Lowin
52700a4e22
Use hide instead of drop
2025-06-09 12:38:48 -04:00
Jeremiah Lowin
642f9149d4
Allow setting type with ArgTransform
2025-06-07 17:32:22 -04:00
Jeremiah Lowin
a147eb17f4
Add tool transformation
2025-06-07 17:04:21 -04:00