Commit graph

1,822 commits

Author SHA1 Message Date
nate nowack
d19166d4bf
Fix invalid async context manager usage in proxy documentation (#1246) 2025-07-23 17:37:57 -04:00
hopeful0
40f11d2186
Fix stateful proxy client mixing in multi-proxies sessions (#1245) 2025-07-23 15:39:50 -04:00
Adam Conway
36c6d698fa
Update --name flag (#1239) 2025-07-23 10:41:54 -04:00
hopeful0
ca74b44d62
Refactor get_http_request and context.session_id (#1242) 2025-07-23 10:05:46 -04:00
William Easton
653fe0f89f
Log tool name on transform validation error (#1238) 2025-07-23 09:56:17 -04:00
Jeremiah Lowin
d408dbc477
Update SDK docs (#1236) 2025-07-22 19:27:43 -04:00
Jeremiah Lowin
aa92491f9d
Update changelog.mdx (#1235) 2025-07-22 19:08:43 -04:00
Jeremiah Lowin
f4c0beca27
Update docs to reflect sync tools (#1234) 2025-07-22 19:04:38 -04:00
Sourav Tripathy
126dd7b16a
Logcapture addition to test_server file (#1229) 2025-07-22 13:49:49 -04:00
Or Weis
9ea2798294
Permit.io integration docs (#1226) 2025-07-22 12:56:13 -04:00
Jeremiah Lowin
13e0e6e32b
Update README.md (#1230) 2025-07-22 11:06:15 -04:00
Jeremiah Lowin
f835d4b41a
Add docs for context state management (#1227) 2025-07-22 10:13:17 -04:00
Mukul Murthy
544bc22baa
Add state dict to Context (#1118) (#1160)
Co-authored-by: Jeremiah Lowin <153965+jlowin@users.noreply.github.com>
2025-07-22 10:03:33 -04:00
Jeremiah Lowin
72fb8d4ce9
Ensure default fields are not marked nullable (#1224) 2025-07-22 09:14:15 -04:00
Tapan Chugh
1da1eb581a
Skip repeated type conversion and validation in proxy client elicitation handler (#1222)
Co-authored-by: Tapan Chugh <tapanc@cs.washington.edu>
2025-07-22 08:08:39 -04:00
Jeremiah Lowin
bde9515ced
fix: handle non-string $ref values in experimental OpenAPI parser (#1217)
Co-authored-by: Claude <noreply@anthropic.com>
2025-07-22 07:48:14 -04:00
Jeremiah Lowin
d6bd800d88
Optimize OpenAPI parser performance with single-pass schema processing (#1214) 2025-07-21 21:29:56 -04:00
Richard Michael
820995286c
Typo (#1216) 2025-07-21 21:19:12 -04:00
Jeremiah Lowin
4a38784194
Introduce experimental OpenAPI parser with improved performance and maintainability (#1209) 2025-07-21 16:17:36 -04:00
nate nowack
71844eb9c5
fix: add type hint to custom_route decorator (#1210)
Co-authored-by: Claude <noreply@anthropic.com>
2025-07-21 14:48:45 -04:00
Algirdas Čičinskas
5b999ac6f1
fix: save reference when using allOf / oneOf / anyOf (#1208) 2025-07-21 10:18:17 -04:00
Jeremiah Lowin
f950b8ca95
Support from __future__ import annotations (#1199) 2025-07-20 21:05:13 -04:00
Jeremiah Lowin
cbd751f821
Update fastapi docs (#1198) 2025-07-20 19:56:24 -04:00
Jeremiah Lowin
a754311187
Merge pull request #1194 from mariotaddeucci/docs/fastapi 2025-07-20 19:14:36 -04:00
Mario Taddeucci
b8820de9aa Remove unused import from FastAPI integration documentation 2025-07-20 12:24:48 -03:00
Jeremiah Lowin
1ea3ee82fe
Merge pull request #1138 from strawgate/run-mcp-config 2025-07-19 21:18:40 -04:00
Jeremiah Lowin
a65bfd10be
Add --python, --project, and --with-requirements options to CLI commands (#1190) 2025-07-19 21:16:09 -04:00
Jeremiah Lowin
74518fb7b2 Add docs 2025-07-19 21:15:38 -04:00
Jeremiah Lowin
c9255f483f Add validation test 2025-07-19 16:11:14 -04:00
Jeremiah Lowin
ed57b4cd42 Simplify proxy load 2025-07-19 16:08:18 -04:00
Jeremiah Lowin
d8779d2c2e Merge branch 'main' into pr/1138 2025-07-19 16:04:43 -04:00
William Easton
1b953820b3
[🐶] Transform MCP Server Tools (#1132)
Co-authored-by: Jeremiah Lowin <153965+jlowin@users.noreply.github.com>
2025-07-19 15:52:47 -04:00
Jeremiah Lowin
b737fda44f
Merge pull request #1188 from jlowin/separate-integration-tests v2.10.6 2025-07-19 15:52:26 -04:00
hopeful0
85ebe5b657
Add StatefulProxyClient (#1109) 2025-07-19 15:51:58 -04:00
Jeremiah Lowin
1f06f413cb Merge branch 'main' into separate-integration-tests 2025-07-19 15:49:13 -04:00
Jeremiah Lowin
30912c69c6 Run integration tests as separate CI job on Ubuntu only
- Add pytest marker for integration tests
- Configure automatic marking for tests/integration_tests/ folder via pytest hook
- Split CI workflow into two jobs: regular tests (all platforms) and integration tests (Ubuntu only)
- Integration tests can now be retried independently if they fail
2025-07-19 15:21:34 -04:00
Jeremiah Lowin
06b291365e
Only configure logging one time (#1187) 2025-07-19 15:21:08 -04:00
Jeremiah Lowin
5898450284 Only configure logging one time 2025-07-19 15:08:47 -04:00
Jeremiah Lowin
1c20ad77c9
Remove deprecated proxy creation (#1186) 2025-07-19 13:37:46 -04:00
Jeremiah Lowin
ea54851736
Fix mcp-json output format to include server name (#1185)
Co-authored-by: Claude <noreply@anthropic.com>
2025-07-19 13:31:11 -04:00
Jeremiah Lowin
c02be184ee
Merge pull request #1182 from jlowin/update-api-ref 2025-07-19 10:48:40 -04:00
nate nowack
dfc1a81e33
Merge pull request #1183 from jlowin/fix-tests
skip on rate limit
2025-07-18 15:30:20 -05:00
zzstoatzz
ce49880aeb fix missing import 2025-07-18 15:27:52 -05:00
nate nowack
283bf68550
Update tests/integration_tests/conftest.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-18 15:19:24 -05:00
zzstoatzz
163db94266 more specific 2025-07-18 11:19:18 -05:00
zzstoatzz
1e473cd0ef skip on rate limit 2025-07-18 11:10:26 -05:00
zzstoatzz
c289f17217 update api ref for new mdxify version 2025-07-18 10:19:16 -05:00
Martin Melka
3543c13ca9
Fix nesting when making OpenAPI arrays and objects optional (#1178) 2025-07-18 08:26:42 -04:00
Aidan
ebe817601c
add server name to mounted server warnings (#1147) 2025-07-17 12:02:30 -07:00
Ka
ceb8d85826
feat(settings): add log level normalization (#1171) 2025-07-17 12:01:03 -07:00