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: articles/ai-foundry/how-to/develop/vs-code-agents-mcp.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ Selecting the deployed agent opens the **AGENT PERFERENCES** pane in a view-only
82
82
- Select the **Open Code File** button to create a sample code file that uses the agent.
83
83
- Select the **Open Playground** button to open **Agent Playground**.
84
84
85
-
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/deployed-agent-view.png" alt-text="Screenshot of the pane for agent preferences with the Edit Agent, Open Code File, and Open Playground buttons highlighted." lightbox="../../media/how-to/get-started-projects-vs-code/deployed-agent-view.png":::
85
+
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/deployed-agent-view.png" alt-text="Screenshot of the pane for agent preferences with the Edit Agent, Open Code File, and Open Playground buttons highlighted." lightbox="../../media/how-to/get-started-projects-vs-code/deployed-agent-view.png":::
86
86
87
87
### Edit and update the deployed AI agent
88
88
@@ -96,13 +96,14 @@ Selecting the deployed agent opens the **AGENT PERFERENCES** pane in a view-only
96
96
97
97
### Interact with agents by using the MCP server tool in the agent playground
98
98
99
-
1. Right-click your deployed agent that has an **MCP Server** tool and then select the **Open Playground** option. This action starts a thread with your agent and lets you send messages.
99
+
1. Right-click your deployed agent that has an **MCP Server** tool, and then select the **Open Playground** option. This action starts a thread with your agent and lets you send messages.
100
100
101
-
1.In the **Agent Playground** pane, enter a prompt such as **Give me an example for creating a container app** and send it.
101
+
1.On the **Agent Playground** pane, enter a prompt such as **Give me an example for creating a container app** and send it.
102
102
103
103
1. Select the authentication method for the MCP server tool and proceed.
104
104
105
105
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/mcp-tool-authentication.png" alt-text="Screenshot of the MCP server tool's authentication prompt in the agent playground." lightbox="../../media/how-to/get-started-projects-vs-code/mcp-tool-authentication.png":::
106
+
106
107
1. Select the approval preference for the MCP server tool and proceed.
107
108
108
109
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/mcp-tool-approval-preference.png" alt-text="Screenshot of the MCP server tool's approval preference in the agent playground." lightbox="../../media/how-to/get-started-projects-vs-code/mcp-tool-approval-preference.png":::
0 commit comments