xsecuremcp / tests /tools /test_tool.py

Commit History

Ensure transformed tools generate structured content (#1443)
d0abf98
unverified

Jeremiah Lowin commited on

Add meta parameter support to tools, resources, templates, and prompts decorators (#1294)
0907e77
unverified

Jeremiah Lowin commited on

Fix tool output schema generation to respect Pydantic serialization aliases (#1148)
1b5fe32
unverified

nate nowack Claude commited on

Fix single-element list unwrapping in tool content
ff32168

Jeremiah Lowin Claude commited on

Avoid propagating logs (#1042)
6acea03
unverified

Jeremiah Lowin commited on

Fix schema wrapping for non-object union types in output schemas
677a8fb

Jeremiah Lowin commited on

Add tests for title priority logic in tools
3caabbd

Jeremiah Lowin Claude commited on

Add title field support to FastMCP components
226fdf7

Jeremiah Lowin Claude commited on

Update docs
d4466da

Jeremiah Lowin commited on

Update failing tests
5e0db17

Jeremiah Lowin commited on

Update typing
743f189

Jeremiah Lowin commited on

Update all tests
3a9d761

Jeremiah Lowin commited on

Update output schema control
ebdeab3

Jeremiah Lowin commited on

Add structured content & update almost all tests
aa46c09

Jeremiah Lowin commited on

Merge branch 'main' into output-schema
6572dc8

Jeremiah Lowin commited on

Remove legacy json parsing
6ea503a

Jeremiah Lowin commited on

Add output schema to tool decorator
c903d7b

Jeremiah Lowin commited on

Add output schema to tools
11ebe03

Jeremiah Lowin commited on

Update types and tests for upcoming SDK release
3c4246c

Jeremiah Lowin commited on

Add missing tests
135c70a

Goro commited on

Run pre-commit and fix typing issues
1b1304a

Goro commited on

Add file utility type and tests
2dc14d6

Goro commited on

Add tests
8ad9001

Jeremiah Lowin commited on

Deprecate top-level import
6bf02ba

Jeremiah Lowin commited on

Remove empty parens
09438a8

Jeremiah Lowin commited on

Use strict basemodel for Prompt; relax from_function deprecation
873479e

Jeremiah Lowin commited on

Merge branch 'main' into transform-tools
7213715

Jeremiah Lowin commited on

Split Tool into Tool and FunctionTool
cba81f4

Jeremiah Lowin commited on

Fix missing import
98c0979
unverified

William Easton commited on

Merge branch 'main' into tool_tests
06b5c13
unverified

strawgate commited on

Update test typing
d4fceae

Jeremiah Lowin commited on

Apply suggestions from code review
12077f6
unverified

strawgate Copilot commited on

add test for list case and lint
b62084c
unverified

William Easton commited on

Add content tests, fix array wrapping single objects
e592cc8
unverified

William Easton commited on

Ensure that tools/templates/prompts are compatible with callable objects
acef890

Jeremiah Lowin commited on

Improve handling of exceptiongroups when raised in clients
177d39a

Jeremiah Lowin commited on

Improve error handling for tools and resources
2c75133

Jeremiah Lowin commited on

create a setting for legacy parsing
19fcaf8

Jeremiah Lowin commited on

Handle args/kwargs appropriately for various objects
ef81ec0

Jeremiah Lowin commited on

Remove is_async attribute
e6aef11

Jeremiah Lowin commited on

Update test_tool.py
3cab9c3

Jeremiah Lowin commited on

Replace custom parsing with TypeAdapter
388409a

Jeremiah Lowin commited on