Skip to content

Commit 1ba52bd

Browse files
committed
Fixed python snippet meta
1 parent a45cea8 commit 1ba52bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/functions-bindings-mcp-trigger.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ For the complete code example, see [snippetsMcpTool.ts](https://github.com/Azure
7171
::: zone pivot="programming-language-python"
7272
This code uses the `generic_trigger` decorator to create an endpoint to expose a tool named `get_snippet` that tries to retrieve a code snippet by name from blob storage.
7373

74-
:::code language="java" source="~/remote-mcp-functions-python/src/function_app.py" range="61-82" :::
74+
:::code language="python" source="~/remote-mcp-functions-python/src/function_app.py" range="61-82" :::
7575

7676
This code uses the `generic_trigger` decorator to create an endpoint to expose a tool named `save_snippet` that tries to persist a named code snippet to blob storage.
7777

78-
:::code language="java" source="~/remote-mcp-functions-python/src/function_app.py" range="85-106" :::
78+
:::code language="python" source="~/remote-mcp-functions-python/src/function_app.py" range="85-106" :::
7979

8080
For the complete code example, see [function_app.py](https://github.com/Azure-Samples/remote-mcp-functions-python/blob/main/src/function_app.py).
8181
::: zone-end

0 commit comments

Comments
 (0)