We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d69854 commit 16f0ae7Copy full SHA for 16f0ae7
genai-function-calling/openai-agents/README.md
@@ -49,9 +49,9 @@ dotenv run --no-override -- opentelemetry-instrument python main.py
49
50
## Run with Model Context Protocol (MCP)
51
52
-[mcp_server](mcp_server.py) includes code needed to decouple tool discovery and invocation
53
-via the [Model Context Protocol (MCP) flow][flow-mcp]. To run using MCP, append
54
-`-- --mcp` flag to `dotenv run` or `docker compose run` command.
+[main_mcp.py](main_mcp.py) includes code needed to decouple tool discovery and
+invocation via the [Model Context Protocol (MCP) flow][flow-mcp]. To run using
+MCP, append `-- --mcp` flag to `dotenv run` or `docker compose run` command.
55
56
For example, to run with Docker:
57
```bash
0 commit comments