mirror of
https://github.com/openai/codex.git
synced 2026-06-01 19:02:59 +00:00
chore: spawn MCP for memories (#21214)
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -19,6 +19,9 @@ pub use auth_elicitation::build_auth_elicitation_plan;
|
||||
pub use auth_elicitation::connector_auth_failure_from_tool_result;
|
||||
pub use codex_apps::CodexAppsToolsCacheKey;
|
||||
pub use codex_apps::codex_apps_tools_cache_key;
|
||||
pub use codex_builtin_mcps::BuiltinMcpServerOptions;
|
||||
pub use codex_builtin_mcps::MEMORIES_MCP_SERVER_NAME;
|
||||
pub use codex_builtin_mcps::configured_builtin_mcp_servers;
|
||||
|
||||
pub use mcp::configured_mcp_servers;
|
||||
pub use mcp::effective_mcp_servers;
|
||||
|
||||
@@ -129,7 +129,11 @@ pub struct McpConfig {
|
||||
/// ChatGPT auth is checked separately at runtime before the built-in apps
|
||||
/// MCP server is added.
|
||||
pub apps_enabled: bool,
|
||||
/// User-configured and plugin-provided MCP servers keyed by server name.
|
||||
/// Configured MCP servers keyed by server name.
|
||||
///
|
||||
/// This includes product-owned built-ins, user-configured servers, and
|
||||
/// plugin-provided servers. Runtime-only additions belong in
|
||||
/// [`effective_mcp_servers`].
|
||||
pub configured_mcp_servers: HashMap<String, McpServerConfig>,
|
||||
/// Plugin metadata used to attribute MCP tools/connectors to plugin display names.
|
||||
pub plugin_capability_summaries: Vec<PluginCapabilitySummary>,
|
||||
|
||||
Reference in New Issue
Block a user