Skip to content

Commit 6d7148e

Browse files
committed
nits
1 parent 0f91135 commit 6d7148e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/app-service/tutorial-ai-agent-web-app-langgraph-foundry-node.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Agentic app with LangGraph or Azure AI Foundry (Node.js)
3-
description: Learn how to quickly deploy a production-ready, agentic web application using .NET with Azure App Service, LangGraph, and Azure AI Foundry Agent Service.
3+
description: Learn how to quickly deploy a production-ready, agentic web application using Node.js with Azure App Service, LangGraph, and Azure AI Foundry Agent Service.
44
ms.service: azure-app-service
55
author: cephalin
66
ms.author: cephalin
77
ms.devlang: csharp
88
ms.topic: tutorial
99
ms.date: 06/25/2025
1010
ms.custom:
11-
- devx-track-dotnet
11+
- devx-track-javascript
1212
ms.collection: ce-skilling-ai-copilot
1313
---
1414

articles/app-service/tutorial-ai-model-context-protocol-server-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In this tutorial, you'll learn how to expose a Spring Boot web app's functionali
1919
If your web application already has useful features, like shopping, hotel booking, or data management, it's easy to make those capabilities available for:
2020

2121
- Any [application that supports MCP integration](https://modelcontextprotocol.io/clients), such as GitHub Copilot Chat agent mode in Visual Studio Code or in GitHub Codespaces.
22-
- A custom agent that accesses remote tools by using an [MCP client](https://modelcontextprotocol.io/quickstart/client#c).
22+
- A custom agent that accesses remote tools by using an [MCP client](https://modelcontextprotocol.io/quickstart/client#java).
2323

2424
By adding an MCP server to your web app, you enable an agent to understand and use your app's capabilities when it responds to user prompts. This means anything your app can do, the agent can do too.
2525

0 commit comments

Comments
 (0)