Skip to content

Commit 9f052f3

Browse files
Merge pull request #311498 from ggailey777/patch-9
[Functions] Update .NET code source paths in MCP extensions server quickstart
2 parents 4c5e6a4 + 010f807 commit 9f052f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/azure-functions/scenario-custom-remote-mcp-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@ You can review the code that defines the MCP server tools:
178178
::: zone pivot="programming-language-csharp"
179179
The function code for the MCP server tools is defined in the `src` folder. The `McpToolTrigger` attribute exposes the functions as MCP Server tools:
180180

181-
:::code language="csharp" source="~/functions-scenarios-custom-mcp-dotnet/src/HelloTool.cs" range="10-17" :::
181+
:::code language="csharp" source="~/functions-scenarios-custom-mcp-dotnet/src/FunctionsMcpTool/HelloTool.cs" range="10-17" :::
182182

183-
:::code language="csharp" source="~/functions-scenarios-custom-mcp-dotnet/src/SnippetsTool.cs" range="11-34" :::
183+
:::code language="csharp" source="~/functions-scenarios-custom-mcp-dotnet/src/FunctionsMcpTool/SnippetsTool.cs" range="11-34" :::
184184

185185
You can view the complete project template in the [Azure Functions .NET MCP Server](https://github.com/Azure-Samples/remote-mcp-functions-dotnet) GitHub repository.
186186
::: zone-end

0 commit comments

Comments
 (0)