xsecuremcp / src

Commit History

Structured client-side logging (#1326)
4a12d22
unverified

Colin Jermain commited on

Optimize _make_optional_parameter_nullable and _adjust_union_types functions (#1321)
0b67acf
unverified

chiliu chiliu commited on

refactor: standardize logging usage across OpenAPI utilities (#1322)
e9db9c1
unverified

chiliu chiliu commited on

Remove unused TimedCache (#1303)
4a969a3
unverified

William Easton commited on

docs: update get_state and set_state references (#1306)
6dcf299
unverified

Maxi Fernandez commited on

Use a simple overwrite instead of a merge for meta (#1296)
2e693f4
unverified

Jeremiah Lowin commited on

Add complete support for TokenVerifier protocol (#1297)
b6176a5
unverified

Jeremiah Lowin commited on

feat: Allow Resource Metadata URL as field in OAuthProvider (#1287)
9a6f944
unverified

dacamposol commited on

Add meta support to tool transformation utilities (#1295)
3257d51
unverified

Jeremiah Lowin commited on

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

Jeremiah Lowin commited on

Fix server argument passing in CLI run command (#1293)
cbb550a
unverified

Tapan Chugh tapanc commited on

Add _fastmcp meta namespace (#1290)
957b451
unverified

Jeremiah Lowin commited on

Ensure proxy components forward meta dicts (#1282)
6cdad57
unverified

Jeremiah Lowin commited on

Improve OpenAPI-to-JSONSchema conversion utilities (#1283)
4394198
unverified

Jeremiah Lowin commited on

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

Jeremiah Lowin Claude commited on

Sort tags for deterministic output
ed43295

Jeremiah Lowin commited on

Only add tags if available
af71ba8

Jeremiah Lowin commited on

Add tags to meta
7be2f51

Jeremiah Lowin commited on

Add UV Transport (#1270)
494d787
unverified

William Easton Jeremiah Lowin commited on

Fix: prune hidden parameter defs (#1257)
12d4e5f
unverified

muhammadkhalid-03 commited on

Fix typing, add tests for tool call middleware (#1269)
ccc2857
unverified

Jeremiah Lowin commited on

Small clean-up from MCP Tool Transform PR (#1267)
2509c47
unverified

William Easton commited on

feat: Add Annotations support for resources and resource templates (#1260)
e3f57a4
unverified

Tapan Chugh tapanc commited on

Add tests for headers with both legacy and experimental openapi parser (#1259)
eafc773
unverified

Jeremiah Lowin commited on

fix: experimental FastMCPOpenAPI server lost headers in request when __init__(client with headers) (#1254)
151d030
unverified

itaru2622 commited on

Support string annotations (#1255)
0e1f06a
unverified

Jeremiah Lowin commited on

Fix stateful proxy client mixing in multi-proxies sessions (#1245)
d80180f
unverified

hopeful0 commited on

Refactor `get_http_request` and `context.session_id` (#1242)
f64fa17
unverified

hopeful0 commited on

Log tool name on transform validation error (#1238)
6eb724d
unverified

William Easton commited on

Update SDK docs (#1236)
293074b
unverified

Jeremiah Lowin commited on

Add state dict to Context (#1118) (#1160)
62aab99
unverified

Mukul Murthy Jeremiah Lowin commited on

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

Jeremiah Lowin commited on

Skip repeated type conversion and validation in proxy client elicitation handler (#1222)
9d7c3c2
unverified

Tapan Chugh tapanc commited on

fix: handle non-string $ref values in experimental OpenAPI parser (#1217)
dbeb5a4
unverified

Jeremiah Lowin Claude commited on

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

Jeremiah Lowin commited on

Typo (#1216)
52d423c
unverified

Richard Michael commited on

Introduce experimental OpenAPI parser with improved performance and maintainability (#1209)
8c5bdf2
unverified

Jeremiah Lowin commited on

fix: add type hint to custom_route decorator (#1210)
e42c7fe
unverified

nate nowack Claude commited on

fix: save reference when using allOf / oneOf / anyOf (#1208)
a024e03
unverified

Algirdas Čičinskas commited on

Support from __future__ import annotations (#1199)
3ab4db9
unverified

Jeremiah Lowin commited on

Merge pull request #1138 from strawgate/run-mcp-config
1880137
unverified

Jeremiah Lowin commited on

Add --python, --project, and --with-requirements options to CLI commands (#1190)
dd7600a
unverified

Jeremiah Lowin commited on

Add docs
67965fd

Jeremiah Lowin commited on

Simplify proxy load
1988304

Jeremiah Lowin commited on

Merge branch 'main' into pr/1138
21a0757

Jeremiah Lowin commited on

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

William Easton Jeremiah Lowin commited on

Add StatefulProxyClient (#1109)
b140934
unverified

hopeful0 commited on

Only configure logging one time (#1187)
0345194
unverified

Jeremiah Lowin commited on

Remove deprecated proxy creation (#1186)
6d04c2c
unverified

Jeremiah Lowin commited on

Fix `mcp-json` output format to include server name (#1185)
23b21a0
unverified

Jeremiah Lowin Claude commited on