Owen Lin
9e695fe830
feat(app-server): add mcpServer/startupStatus/updated notification (#15220)
Exposes the legacy `codex/event/mcp_startup_update` event as an API v2
notification.
The legacy event has this shape:
```
#[derive(Debug, Clone, Deserialize, Serialize, JsonSchema, TS)]
pub struct McpStartupUpdateEvent {
/// Server name being started.
pub server: String,
/// Current startup status.
pub status: McpStartupStatus,
}
#[derive(Debug, Clone, Deserialize, Serialize, JsonSchema, TS)]
#[serde(rename_all = "snake_case", tag = "state")]
#[ts(rename_all = "snake_case", tag = "state")]
pub enum McpStartupStatus {
Starting,
Ready,
Failed { error: String },
Cancelled,
}
```
2026-03-19 15:09:59 -07:00
..
2026-03-19 15:09:59 -07:00
2026-03-16 10:49:19 -06:00
2026-03-19 05:24:09 +00:00
2026-03-19 21:29:22 +00:00
2026-03-16 16:48:15 -07:00
2026-03-16 10:49:19 -06:00
2026-03-17 14:12:12 -06:00
2026-03-16 16:48:15 -07:00
2026-03-16 10:49:19 -06:00
2026-03-17 16:11:27 -06:00
2026-03-16 10:49:19 -06:00
2026-03-16 16:48:15 -07:00
2026-03-16 10:49:19 -06:00
2026-03-16 10:49:19 -06:00
2026-03-18 09:35:05 -06:00
2026-03-18 23:42:40 -06:00
2026-03-16 16:48:15 -07:00
2026-03-18 11:54:11 -06:00
2026-03-18 23:42:40 -06:00
2026-03-19 14:08:04 -07:00
2026-03-16 16:48:15 -07:00
2026-03-16 10:49:19 -06:00
2026-03-19 15:09:59 -07:00
2026-03-16 10:49:19 -06:00
2026-03-16 10:49:19 -06:00
2026-03-16 10:49:19 -06:00
2026-03-16 10:49:19 -06:00
2026-03-16 10:49:19 -06:00
2026-03-16 10:49:19 -06:00
2026-03-16 16:48:15 -07:00
2026-03-17 22:05:41 -07:00
2026-03-19 14:08:04 -07:00
2026-03-16 10:49:19 -06:00
2026-03-16 10:49:19 -06:00
2026-03-16 16:48:15 -07:00
2026-03-16 10:49:19 -06:00
2026-03-16 10:49:19 -06:00
2026-03-19 21:29:22 +00:00
2026-03-16 10:49:19 -06:00
2026-03-16 10:49:19 -06:00
2026-03-19 14:08:04 -07:00
2026-03-16 10:49:19 -06:00
2026-03-16 16:48:15 -07:00
2026-03-17 14:12:12 -06:00
2026-03-16 16:48:15 -07:00
2026-03-16 10:49:19 -06:00
2026-03-16 16:48:15 -07:00
2026-03-16 10:49:19 -06:00
2026-03-16 10:49:19 -06:00
2026-03-16 10:49:19 -06:00
2026-03-16 10:49:19 -06:00
2026-03-16 16:48:15 -07:00
2026-03-16 16:48:15 -07:00
2026-03-16 10:49:19 -06:00
2026-03-16 16:48:15 -07:00
2026-03-19 00:46:15 -07:00
2026-03-16 16:48:15 -07:00
2026-03-18 09:35:05 -06:00
2026-03-16 10:49:19 -06:00
2026-03-16 10:49:19 -06:00
2026-03-16 10:49:19 -06:00
2026-03-16 16:48:15 -07:00
2026-03-16 10:49:19 -06:00
2026-03-16 10:49:19 -06:00
2026-03-16 10:49:19 -06:00
2026-03-16 10:49:19 -06:00
2026-03-16 16:48:15 -07:00
2026-03-16 10:49:19 -06:00
2026-03-16 10:49:19 -06:00
2026-03-16 10:49:19 -06:00
2026-03-16 10:49:19 -06:00
2026-03-16 10:49:19 -06:00
2026-03-16 10:49:19 -06:00
2026-03-16 10:49:19 -06:00
2026-03-16 21:38:07 -07:00
2026-03-16 16:48:15 -07:00