Jeremiah Lowin
dd86edf275
Rename OAuthProxy -> OAuthDCRProxy
2025-10-20 15:41:16 -04:00
Jeremiah Lowin
3321644ad3
Replace subprocess tests with in-process async servers ( #2006 )
...
* Use anyio as testing backend
* Remove asyncio markers
* Update streamable http tests
* Replace all subprocess tests
* Replace anyio task groups with asyncio context managers in tests
- Convert run_server_async from anyio task group pattern to asyncio.create_task with async context manager
- Remove task_group fixture from conftest
- Update all test fixtures to use async with run_server_async pattern
- Remove TaskGroup imports from all test files
- Tests now work with pytest-asyncio instead of pytest-anyio
* Update test_github_provider_integration.py
2025-10-19 10:47:54 -04:00
Jeremiah Lowin
7b7e277d5d
Prevent confused deputy attacks in OAuth proxy ( #2056 )
2025-10-11 10:53:54 -04:00
William Easton
70364f555d
lint
2025-10-03 21:27:31 -05:00
William Easton
4b85b0c3ff
Mark github tests as flaky
2025-10-03 21:25:35 -05:00
Jeremiah Lowin
c3d1176a69
Add WorkOS and Azure OAuth providers ( #1550 )
2025-08-20 16:22:03 -04:00
nate nowack
77b425c47d
switch from pyright to ty ( #1545 )
2025-08-19 17:22:52 -04:00
Jeremiah Lowin
ec015de3b0
Add OAuth proxy that allows authentication with social IDPs without DCR support ( #1434 )
2025-08-18 13:39:58 -04: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
Jeremiah Lowin
ce1a85ceaf
xfail when github token is not set ( #1123 )
2025-07-11 12:55:45 -04:00
Jeremiah Lowin
e55c360389
Update github remote server tests with secret ( #1112 )
...
* Adding client tests for streamable http against official GitHub Remote MCP server
* Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update tests/client/test_github_mcp_remote.py
applying review suggestions
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update github server tests and move to integration
* Set GITHUB_TOKEN variable
* Revert "Set GITHUB_TOKEN variable"
This reverts commit a87d6a303a .
---------
Co-authored-by: Didier Durand <didduran@amazon.ch>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Didier Durand <durand.didier@gmail.com>
2025-07-10 10:48:42 -04:00