jif
b215961a56
Support OAuth for HTTP MCP servers from selected executor plugins ( #28529 )
...
## Why
#28522 routes selected-plugin HTTP MCP traffic through the owning
executor, but OAuth bootstrap and refresh still used host-local clients.
Executor-only servers therefore cannot complete discovery or login
through the same network boundary as the MCP connection.
## What changed
- adapt `codex_exec_server::HttpClient` to RMCP 1.8's `OAuthHttpClient`
contract
- let RMCP own discovery, dynamic registration, PKCE, token exchange,
and refresh
- route auth status, persisted-token startup, and app-server login
through the server runtime while preserving the existing local discovery
path
- add optional `threadId` to `mcpServer/oauth/login` and echo it in the
completion notification
- implement RMCP's redirect policy and 1 MiB OAuth response limit over
executor HTTP
- cover selected-thread OAuth discovery and login through an
executor-only route
Depends on #28522 .
2026-06-25 10:31:17 +01:00
..
2026-06-22 23:37:49 +00:00
2026-06-08 13:55:15 -07:00
2026-06-08 13:55:15 -07:00
2026-06-23 14:15:20 +02:00
2026-06-15 21:53:47 -07:00
2026-06-22 23:56:16 -07:00
2026-06-25 07:03:52 +00:00
2026-06-23 22:48:06 -07:00
2026-06-23 12:13:54 -07:00
2026-06-15 21:53:47 -07:00
2026-06-15 21:53:47 -07:00
2026-06-24 22:31:41 -07:00
2026-06-24 22:31:41 -07:00
2026-06-24 19:51:51 -07:00
2026-05-14 16:15:56 -07:00
2026-06-08 13:55:15 -07:00
2026-06-22 16:45:14 -07:00
2026-06-24 22:31:41 -07:00
2026-06-18 11:54:49 -07:00
2026-06-24 22:57:42 -07:00
2026-06-24 22:17:43 -07:00
2026-06-19 05:35:57 -07:00
2026-06-15 21:53:47 -07:00
2026-06-18 14:09:38 +02:00
2026-06-23 18:51:49 -07:00
2026-06-23 10:23:25 -04:00
2026-06-22 11:54:44 -07:00
2026-06-24 19:51:51 -07:00
2026-06-23 14:27:13 -07:00
2026-06-22 16:45:14 -07:00
2026-06-17 06:03:00 +00:00
2026-06-08 13:55:15 -07:00
2026-06-15 21:53:47 -07:00
2026-06-24 19:51:51 -07:00
2026-06-22 16:45:23 -07:00
2026-06-17 08:50:39 -07:00
2026-06-23 18:29:27 +01:00
2026-05-18 21:03:51 -07:00
2026-06-23 14:15:20 +02:00
2026-06-23 22:48:06 -07:00
2026-06-15 21:53:47 -07:00
2026-06-10 20:42:55 -07:00
2026-06-08 13:55:15 -07:00
2026-06-24 20:13:52 -07:00
2026-06-23 14:27:13 -07:00
2026-06-23 22:48:06 -07:00
2026-06-22 20:44:48 -07:00
2026-06-08 13:55:15 -07:00
2026-06-24 17:49:00 -07:00
2026-06-08 13:55:15 -07:00
2026-06-23 21:50:50 +00:00
2026-06-10 20:42:55 -07:00
2026-06-22 16:45:23 -07:00
2026-06-22 16:45:14 -07:00
2026-06-22 16:45:14 -07:00
2026-06-08 13:55:15 -07:00
2026-06-22 11:11:25 -07:00
2026-06-24 22:57:42 -07:00
2026-06-15 21:53:47 -07:00
2026-06-08 13:55:15 -07:00
2026-06-15 21:53:47 -07:00
2026-06-16 20:45:57 +00:00
2026-06-24 21:29:11 +00:00
2026-06-15 21:53:47 -07:00
2026-06-08 13:55:15 -07:00
2026-06-23 18:51:49 -07:00
2026-06-23 10:23:25 -04:00
2026-06-08 13:55:15 -07:00
2026-06-22 11:11:25 -07:00
2026-06-25 10:31:17 +01:00
2026-06-23 16:49:13 -07:00
2026-06-23 17:23:38 -07:00
2026-06-22 19:51:03 -07:00
2026-06-08 13:55:15 -07:00
2026-06-24 19:51:51 -07:00
2026-06-23 14:27:13 -07:00
2026-06-23 14:27:13 -07:00
2026-06-15 21:53:47 -07:00
2026-06-08 13:55:15 -07:00
2026-06-23 21:45:06 +00:00
2026-06-15 21:53:47 -07:00
2026-06-24 19:51:51 -07:00
2026-06-08 13:55:15 -07:00
2026-06-08 13:55:15 -07:00
2026-06-24 20:13:52 -07:00
2026-06-24 19:51:51 -07:00
2026-06-15 21:53:47 -07:00
2026-06-15 21:53:47 -07:00
2026-06-15 21:53:47 -07:00
2026-06-24 19:51:51 -07:00
2026-06-15 21:53:47 -07:00
2026-06-08 13:55:15 -07:00
2026-06-24 05:23:29 +00:00
2026-06-18 16:13:07 -07:00
2026-06-08 13:55:15 -07:00
2026-06-16 10:37:06 -07:00
2026-06-23 21:45:06 +00:00
2026-06-19 05:35:57 -07:00
2026-06-08 13:55:15 -07:00
2026-06-15 21:53:47 -07:00
2026-06-18 14:09:38 +02:00