Skip to content

Commit 66cfff7

Browse files
committed
review updates
1 parent 75242c8 commit 66cfff7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

learn-pr/wwl-data-ai/connect-agent-to-mcp-tools/2-understand-mcp-tool-discovery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
uid: learn.wwl.connect-agent-to-mcp-tools.understand-mcp-tool-discovery
33
title: Understand MCP tool discovery
44
metadata:
5-
title: Understand MCP tool discovery
5+
title: Understand MCP Tool Discovery
66
description: "Learn how Model Context Protocol (MCP) servers host functions that can be discovered by LLMs."
77
ms.date: 06/13/2025
88
author: buzahid

learn-pr/wwl-data-ai/connect-agent-to-mcp-tools/3-mcp-client-server-setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
uid: learn.wwl.connect-agent-to-mcp-tools.mcp-client-server-setup
33
title: Integrate agent tools using an MCP server and client
44
metadata:
5-
title: Integrate agent tools using an MCP server and client
5+
title: Integrate Agent Tools Using an MCP Server and Client
66
description: "Learn how to expose Model Context Protocol (MCP) tools through a server and register them to an Azure AI Agent."
77
ms.date: 06/13/2025
88
author: buzahid

learn-pr/wwl-data-ai/connect-agent-to-mcp-tools/4-exercise.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
uid: learn.wwl.connect-agent-to-mcp-tools.exercise
33
title: Exercise - Connect MCP tools to Azure AI Agents
44
metadata:
5-
title: Exercise - Connect MCP tools to Azure AI Agents
5+
title: Exercise - Connect MCP Tools to Azure AI Agents
66
description: "Build a Model Context Protocol (MCP) client-server application that dynamically registers tools to an Azure AI Agent."
77
ms.date: 06/13/2025
88
author: buzahid

learn-pr/wwl-data-ai/connect-agent-to-mcp-tools/5-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
uid: learn.wwl.connect-agent-to-mcp-tools.knowledge-check
33
title: Module assessment
44
metadata:
5-
title: Module assessment
5+
title: Module Assessment
66
description: "Check your learning on connecting Model Context Protocol (MCP) tools to Azure AI Agents."
77
ms.date: 06/13/2025
88
author: buzahid

learn-pr/wwl-data-ai/connect-agent-to-mcp-tools/includes/1-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ AI agents are capable of performing a wide range of tasks, but many tasks still
22

33
Model Context Protocol (MCP) servers can help solve this problem by integrating with AI agents. Connecting an Azure AI Agent to a Model Context Protocol (MCP) server can provide your agent with a catalog of tools accessible on demand. This approach makes your AI solution more robust, scalable, and easier to maintain.
44

5-
Suppose you're working for a retailer that specializes in comsmetics. Your team wants to build an AI assistant that can help manage inventory by checking product stock levels and recent sales trends. Using an MCP server, you can connect the assistant to a set of tools that can make inventory assessments and provide recommendations to the team.
5+
Suppose you're working for a retailer that specializes in cosmetics. Your team wants to build an AI assistant that can help manage inventory by checking product stock levels and recent sales trends. Using an MCP server, you can connect the assistant to a set of tools that can make inventory assessments and provide recommendations to the team.
66

77
In this module, you learn how to set up an MCP server and client, and connect tools to an Azure AI Agent dynamically. You also practice creating your own AI MCP tool solution with Azure AI Foundry Agent Service.

0 commit comments

Comments
 (0)