Skip to content

Commit 7ffa4ae

Browse files
committed
Update
1 parent 199412f commit 7ffa4ae

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

learn-pr/wwl-data-ai/design-implement-sql-solutions-ai-assisted-tools/includes/5-configure-model-mcp-tool-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Model Context Protocol (MCP) is an open standard that allows AI assistants to co
3030

3131
With MCP configured, when you ask "What columns are in the Customers table?", the assistant can query your database directly rather than relying on whatever code context is visible in your editor. This produces more accurate and reliable suggestions.
3232

33-
:::image type="content" source="../media/data_flow.png" alt-text="Diagram showing Model Context Protocol architecture with GitHub Copilot as the MCP Host connecting through an MCP Client to an MCP Server that accesses a SQL Database.":::
33+
:::image type="content" source="../media/data-flow.png" alt-text="Diagram showing Model Context Protocol architecture with GitHub Copilot as the MCP Host connecting through an MCP Client to an MCP Server that accesses a SQL Database.":::
3434

3535
MCP follows a client-server architecture:
3636

learn-pr/wwl-data-ai/design-implement-sql-solutions-ai-assisted-tools/media/data_flow.png renamed to learn-pr/wwl-data-ai/design-implement-sql-solutions-ai-assisted-tools/media/data-flow.png

File renamed without changes.

0 commit comments

Comments
 (0)