You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: agent-framework/tutorials/agents/agent-as-mcp-tool.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,13 +86,9 @@ This will start an MCP server that exposes the agent as a tool over the MCP prot
86
86
87
87
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.
88
88
89
-
## Install Python packages
90
-
91
-
To use Microsoft Agent Framework, you need to install the following Python package:
89
+
## Prerequisites
92
90
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.
0 commit comments