- Notifications
You must be signed in to change notification settings - Fork2.6k
Update all translated document pages#1811
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
💡 Codex Review
openai-agents-python/docs/ja/mcp.md
Lines 177 to 181 in28ccf8c
```python | |
from agentsimport Agent, Runner | |
from agents.model_settingsimport ModelSettings | |
from mcpimport MCPServerSse |
[P1] Fix broken import in MCP SSE example
The realtime SSE example now importsMCPServerSse
from a top‑levelmcp
package (from mcp import MCPServerSse
), but the SDK only exposes that class viaagents.mcp
. Running the snippet as written raisesModuleNotFoundError: No module named 'mcp'
and prevents readers from using the example. Please restore the import tofrom agents.mcp import MCPServerSse
(or the appropriate package path) so the sample can execute.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Automated update of translated documentation.
Triggered by commit:c2ee7c890c1c19cc21fc8f4b1e46277f8e04aec6.
Message:
Update models in docs (#1810)