Skip to content

Commit 3d2eb4d

Browse files
authored
Update model-context-protocol-samples.md
1 parent 920a296 commit 3d2eb4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-foundry/agents/how-to/tools/model-context-protocol-samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ project_client = AIProjectClient(
4242

4343
## Set up the tool
4444

45-
To add the MCP server to the agent, use the following example, which takes the MCP server label and URL from the last step. You can also add or remove allowed tools dynamically through the `allow_tool` parameter.
45+
To add the MCP server to the agent, use the following example, which takes the MCP server label and URL from the previous step. You can also add or remove allowed tools dynamically through the `allow_tool` parameter.
4646

4747
```python
4848
mcp_tool = McpTool(

0 commit comments

Comments
 (0)