Skip to content

Commit 16f0ae7

Browse files
drift
Signed-off-by: Adrian Cole <[email protected]>
1 parent 0d69854 commit 16f0ae7

File tree

1 file changed

+3
-3
lines changed
  • genai-function-calling/openai-agents

1 file changed

+3
-3
lines changed

genai-function-calling/openai-agents/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ dotenv run --no-override -- opentelemetry-instrument python main.py
4949

5050
## Run with Model Context Protocol (MCP)
5151

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.
52+
[main_mcp.py](main_mcp.py) includes code needed to decouple tool discovery and
53+
invocation via the [Model Context Protocol (MCP) flow][flow-mcp]. To run using
54+
MCP, append `-- --mcp` flag to `dotenv run` or `docker compose run` command.
5555

5656
For example, to run with Docker:
5757
```bash

0 commit comments

Comments
 (0)