From cd1d7e38052273ef9a52179e49de25dcc676a961 Mon Sep 17 00:00:00 2001 From: Mohamed Amri Date: Thu, 27 Mar 2025 12:24:49 +0400 Subject: [PATCH 1/3] Hotfix --- examples/mcp/filesystem_example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/mcp/filesystem_example/README.md b/examples/mcp/filesystem_example/README.md index 83183fb4..4ed6ac46 100644 --- a/examples/mcp/filesystem_example/README.md +++ b/examples/mcp/filesystem_example/README.md @@ -5,7 +5,7 @@ This example uses the [filesystem MCP server](https://github.com/modelcontextpro Run it via: ``` -uv run python python examples/mcp/filesystem_example/main.py +uv run python examples/mcp/filesystem_example/main.py ``` ## Details From 4563b8da57b0252d54ddd5c244c7d0b2e00b8cd6 Mon Sep 17 00:00:00 2001 From: Mohamed Amri Date: Sun, 30 Mar 2025 17:41:59 +0400 Subject: [PATCH 2/3] Remove repeated python command --- examples/mcp/sse_example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/mcp/sse_example/README.md b/examples/mcp/sse_example/README.md index 605c2cc9..9a667d31 100644 --- a/examples/mcp/sse_example/README.md +++ b/examples/mcp/sse_example/README.md @@ -5,7 +5,7 @@ This example uses a local SSE server in [server.py](server.py). Run the example via: ``` -uv run python python examples/mcp/sse_example/main.py +uv run python examples/mcp/sse_example/main.py ``` ## Details From aa54d5addc02041fed95375474053fe976f61eec Mon Sep 17 00:00:00 2001 From: Mohamed Amri Date: Wed, 2 Apr 2025 11:08:07 +0400 Subject: [PATCH 3/3] Fix small typos --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/question.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index edd7681a..73586eaa 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -10,7 +10,7 @@ assignees: '' ### Please read this first - **Have you read the docs?**[Agents SDK docs](https://openai.github.io/openai-agents-python/) -- **Have you searched for related issues?** Others may have had similar requesrs +- **Have you searched for related issues?** Others may have had similar requests ### Describe the feature What is the feature you're requesting? How would it work? Please provide examples and details if possible. diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index cb4a05dc..6c639d72 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -10,7 +10,7 @@ assignees: '' ### Please read this first - **Have you read the docs?**[Agents SDK docs](https://openai.github.io/openai-agents-python/) -- **Have you searched for related issues?** Others may have had similar requesrs +- **Have you searched for related issues?** Others may have had similar requests ### Question Describe your question. Provide details if available.