xsecuremcp / src

Commit History

Improve stdio and mcp_config clean-up (#1444)
17763eb
unverified

William Easton commited on

update docs
0c5b801
unverified

William Easton commited on

small pr feedback
3edb8c3
unverified

William Easton commited on

fix oauth pyright
321cc4e
unverified

William Easton commited on

Remove unnecessary asserts (#1484)
abc4a6d
unverified

Jeremiah Lowin commited on

Fix breaking change: restore output_schema=False compatibility (#1482)
3685b24
unverified

Jeremiah Lowin commited on

Support importing custom_route endpoints when mounting servers (#1470)
125f50b
unverified

Jeremiah Lowin Jeremiah Lowin marvin-context-protocol[bot] commited on

Update static checks (#1448)
4d09a0b
unverified

Jeremiah Lowin nate nowack commited on

Optimize OpenAPI payload size by 46% (#1452)
3ce4c1b
unverified

Jeremiah Lowin Claude commited on

Add documentation for get_access_token() dependency function (#1446)
341332a
unverified

Jeremiah Lowin Jeremiah Lowin marvin-context-protocol[bot] commited on

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

Jeremiah Lowin commited on

Clean up complexity from PR #1426 (#1435)
7712403
unverified

Jeremiah Lowin commited on

Enable Protected Resource Metadata to provide resource_name and resou… (#1371)
4ee2b0f
unverified

Yann Jouanin Jeremiah Lowin commited on

fix(type): lifespan is partially unknown (#1389)
e4bf853
unverified

Kun Yang Kun Yang commited on

fixes #1398: Add JWT claims to AccessToken (#1399)
60b71f5
unverified

Panos Argyrakis Jeremiah Lowin commited on

Fix OpenAPI transitive references and performance (#1372) (#1426)
60e47cc
unverified

Jeremiah Lowin commited on

Fix OpenAPI allOf handling at requestBody top level (#1378) (#1425)
85b13ea
unverified

chiliu commited on

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

Jeremiah Lowin commited on

Fix httpx_client_factory type annotation to match MCP SDK (#1402) (#1405)
79980e2
unverified

chiliu commited on

Improve redirect handling to address 307's (#1387)
c219134
unverified

Jeremiah Lowin commited on

Fix client-side logging bug #1394 (#1397)
fbfd90f
unverified

chiliu commited on

Support factory functions in fastmcp run (#1384)
a4ec518
unverified

Jeremiah Lowin commited on

Add async support to client_factory in FastMCPProxy (#1286) (#1375)
0d61263
unverified

bianning bianning commited on

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

Jeremiah Lowin commited on

Remove unused arg (#1382)
cb39c37
unverified

Jeremiah Lowin commited on

Fix Settings field with both default and default_factory (#1380)
49e6154
unverified

Jeremiah Lowin Claude commited on

Manually set _key after model_copy (#1357)
c9434ed
unverified

William Easton commited on

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

William Easton commited on

perf: optimize string operations in OpenAPI parameter processing (#1342)
86d067d
unverified

chiliu commited on

Introduce `RemoteAuthProvider` for cleaner external identity provider integration, update docs (#1346)
8c0df0f
unverified

Jeremiah Lowin commited on

Update AuthKit vocab (#1338)
fb1f4aa
unverified

Jeremiah Lowin commited on

Add comprehensive OAuth 2.1 authentication system with WorkOS integration (#1327)
3959209
unverified

Jeremiah Lowin commited on

Change server flag to --name (#1248)
a3e3aed
unverified

Jeremiah Lowin commited on

Ensure fastmcp run supports v1 servers (#1332)
d9fc88d
unverified

Jeremiah Lowin commited on

Remove redundant resource_metadata_url assignment (#1328)
bf7fcc7
unverified

Jeremiah Lowin commited on

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