Skip to content

Commit 64d7a45

Browse files
committed
Small fix
1 parent 580fbe1 commit 64d7a45

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

agent-framework/tutorials/agents/agent-as-mcp-tool.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,9 @@ This will start an MCP server that exposes the agent as a tool over the MCP prot
8686

8787
This tutorial shows you how to expose an agent as a tool over the Model Context Protocol (MCP), so it can be used by other systems that support MCP tools.
8888

89-
## Install Python packages
90-
91-
To use Microsoft Agent Framework, you need to install the following Python package:
89+
## Prerequisites
9290

93-
```bash
94-
pip install agent-framework
95-
```
91+
For prerequisites and installing Python packages, see the [Create and run a simple agent](./run-agent.md) step in this tutorial.
9692

9793
## Expose an agent as an MCP server
9894

0 commit comments

Comments
 (0)