diff --git a/docs/configuration.mdx b/docs/configuration.mdx index 250841824..e3c18c1a8 100644 --- a/docs/configuration.mdx +++ b/docs/configuration.mdx @@ -40,7 +40,7 @@ mcp-agent uses two configuration files: args: ["-y", "@modelcontextprotocol/server-filesystem", "."] openai: - default_model: gpt-4o + default_model: gpt-5 ``` @@ -102,7 +102,7 @@ mcp-agent uses two configuration files: ), openai=OpenAISettings( api_key="your-openai-api-key", - default_model="gpt-4o", + default_model="gpt-5", ), ) ``` @@ -268,7 +268,7 @@ mcp: ```yaml Config File openai: - default_model: gpt-4o + default_model: gpt-5 max_tokens: 4096 temperature: 0.7 ``` @@ -851,7 +851,7 @@ mcp: args: ["mcp-server-fetch"] openai: - default_model: gpt-4o + default_model: gpt-5 reasoning_effort: "medium" # For o-series models: low, medium, high api_key: "${OPENAI_API_KEY}" ``` @@ -900,7 +900,7 @@ mcp: # Configure multiple providers openai: - default_model: gpt-4o + default_model: gpt-5 api_key: "${OPENAI_API_KEY}" anthropic: