xsecuremcp / tests /utilities

Commit History

Ensure resource + template names are properly prefixed when importing/mounting (#1423)
8d16d26
unverified

Jeremiah Lowin commited on

Add comprehensive tests for utilities.components module (#1395)
d829d76
unverified

chiliu commited on

Fix server_version field in inspect manifest (#1383)
1807d5c
unverified

Jeremiah Lowin commited on

Fix method-bound tools (#1360)
246086f
unverified

William Easton commited on

Remove unused TimedCache (#1303)
4a969a3
unverified

William Easton commited on

Fix nullable field handling in OpenAPI to JSON Schema conversion (#1279)
c4df749
unverified

Jeremiah Lowin Claude commited on

Support string annotations (#1255)
0e1f06a
unverified

Jeremiah Lowin commited on

Ensure default fields are not marked nullable (#1224)
ef833ac
unverified

Jeremiah Lowin commited on

Optimize OpenAPI parser performance with single-pass schema processing (#1214)
9e0a59f
unverified

Jeremiah Lowin commited on

[🐶] Transform MCP Server Tools (#1132)
bacf327
unverified

William Easton Jeremiah Lowin commited on

fix: replace oneOf with anyOf in OpenAPI schemas to handle overlapping unions (#1119)
dd2c763
unverified

Magnus Jeremiah Lowin commited on

Fix max recursion error when pruning OpenAPI definitions (#1092)
cb2e1c5
unverified

dimitribarbot commited on

Add output schema support for OpenAPI tools (#1073)
53a91d7
unverified

Jeremiah Lowin Claude commited on

Add Cursor support via CLI integration (#1052)
6090024
unverified

Jeremiah Lowin commited on

Ensure multi-client configurations use new ProxyClient (#1045)
a922f59
unverified

Jeremiah Lowin commited on

Add path expansion to image/audio/file (#1038)
3e5fabc
unverified

Jeremiah Lowin commited on

Merge branch 'main' into elicitation
493d558

Jeremiah Lowin commited on

Provide a response type to client
815bac1

Jeremiah Lowin commited on

Merge branch 'main' into auth
34a5c49
unverified

Jeremiah Lowin commited on

Merge pull request #901 from jlowin/output-schema
42909f0
unverified

Jeremiah Lowin commited on

Update test_mcp_config.py
7e7d69e

Jeremiah Lowin commited on

Update all tests
3a9d761

Jeremiah Lowin commited on

Add OpenAPI extensions support to HTTPRoute
c0183df

Aditya Bansal 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

Fix external schema reference handling in OpenAPI parser
80215f2

Jeremiah Lowin Claude commited on

Merge branch 'protocol-update' into output-schema
bf7c492
unverified

Jeremiah Lowin commited on

Fix event loop conflict in inspect CLI command
162c9ed

Jeremiah Lowin Claude commited on

Add fastmcp inspect command with detailed server analysis
923cf05

Jeremiah Lowin Claude commited on

Merge pull request #897 from owtaylor/openapi-recursive-components
9221532
unverified

Jeremiah Lowin commited on

Add output schema to tools
11ebe03

Jeremiah Lowin commited on

openapi: Rewrite recursive #/components/schemas/ references
d958edd

owtaylor commited on

openapi: Improve pruning of unused defs
5d9b56c

owtaylor commited on

Add transport handling for trailing slashes
ac90dd9

Jeremiah Lowin commited on

Update docs and test
7b03b73

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

Merge branch 'main' into settings
36b7a70

Jeremiah Lowin commited on

Merge branch 'main' into transform-tools-2
79436d0
unverified

Jeremiah Lowin commited on

Support remote auth in mcpconfig
b86019e

Jeremiah Lowin commited on

Remove open-ended and server-specific settings
927e044

Jeremiah Lowin commited on

Use ellipsis default
11b53ee

Jeremiah Lowin commited on

Make the type checker less sad
8f068b3
unverified

William Easton commited on

Remove DecoratedFunction
c028391

Jeremiah Lowin commited on

Remove empty parens
09438a8

Jeremiah Lowin commited on

Make sure tests are atomic
9522dfa

Jeremiah Lowin commited on

add tests for _replace_ref_with_defs
73c6a92

ShiWei commited on

replace nested requestBody's #/components/ with
fe73cad

ShiWei commited on