Skip to content

Commit 5416b31

Browse files
Merge pull request #314327 from lilyjma/mcp-resource-update
Remove preview wording from MCP resource article
2 parents 69998a8 + 89173d8 commit 5416b31

1 file changed

Lines changed: 3 additions & 21 deletions

File tree

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

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ For the complete code example, see the [Azure Functions MCP Extension repo](http
130130
::: zone pivot="programming-language-java"
131131

132132
> [!IMPORTANT]
133-
> The MCP extension in Java doesn't_ support resource today.
133+
> The MCP extension in Java supports resource today. Documentation coming soon.
134134
135135
::: zone-end
136136

@@ -216,15 +216,7 @@ app.mcpTool("getWeather", {
216216
For the complete code example, see [weatherMcpApp.ts](https://github.com/Azure-Samples/remote-mcp-functions-typescript/blob/McpAppDemo/src/functions/weatherMcpApp.ts).
217217

218218
> [!IMPORTANT]
219-
> The MCP resource trigger for TypeScript currently requires version `4.12.0-preview.2` or later of the [`@azure/functions`](https://www.npmjs.com/package/@azure/functions/v/4.12.0-preview.2) package.
220-
> It also requires version `[4.32.0, 5.0.0)` of the preview exetnsion bundle. Make sure to update your `host.json` to use this preview bundle and version:
221-
>
222-
> ```json
223-
> "extensionBundle": {
224-
> "id": "Microsoft.Azure.Functions.ExtensionBundle.Preview",
225-
> "version": "[4.32.0, 5.0.0)"
226-
> }
227-
> ```
219+
> The MCP resource trigger for TypeScript requires version `4.12.0` or later of the [`@azure/functions`](https://www.npmjs.com/package/@azure/functions/v/4.12.0) package.
228220
229221
::: zone-end
230222

@@ -290,17 +282,7 @@ def get_weather(location: str) -> Dict[str, Any]:
290282
For the complete code example, see [function_app.py](https://github.com/Azure-Samples/remote-mcp-functions-python/blob/main/src).
291283

292284
> [!NOTE]
293-
> The MCP resource trigger for Python requires version `1.25.0b3` or later of the [`azure-functions`](https://pypi.org/project/azure-functions/1.25.0b3/) package.
294-
> It also requires version `[4.32.0, 5.0.0)` of the preview exetnsion bundle. Make sure to update your `host.json` to use this preview bundle and version:
295-
>
296-
> ```json
297-
> "extensionBundle": {
298-
> "id": "Microsoft.Azure.Functions.ExtensionBundle.Preview"
299-
> "version": "[4.32.0, 5.0.0)"
300-
> }
301-
> ```
302-
>
303-
> If the app is using Python 3.9-3.12, add the `PYTHON_ISOLATE_WORKER_DEPENDENCIES: 1` app setting to `local.settings.json` and to app settings when running in Azure.
285+
> The MCP resource trigger for Python requires version `2.0.0` or later of the [`azure-functions`](https://pypi.org/project/azure-functions/) package and using **Python 3.13** or above.
304286
305287
::: zone-end
306288

0 commit comments

Comments
 (0)