Skip to content

Commit b2d2a51

Browse files
committed
adding bold text
1 parent 42c1529 commit b2d2a51

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/ai-foundry/agents/how-to/tools/model-context-protocol.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,14 @@ The Azure AI Foundry Agent Service runtime only accepts a remote MCP server endp
8080

8181
|Local MCP server setup | Hosting in Azure Container Apps | Hosting in Azure Functions |
8282
|:---------:|:---------:|:---------:|
83-
| Transport | HTTP POST/GET endpoints required. | HTTP streamable required. |
84-
| Code changes | Container rebuild required. | Azure Functions-specific configuration files required in the root directory. |
85-
| Authentication | Custom authentication implementation required. | Key-based only. OAuth needs API Management. |
86-
| Language | Any language that runs in Linux containers (Python, Node.js, .NET, TypeScript, Go). | Python, Node.js, Java, .NET only. |
87-
| Container Requirements | Linux (linux/amd64) only. No privileged containers.| Containerized servers are not supported. |
88-
| Dependencies | All dependencies must be in container image. | OS-level dependencies (such as Playwright) are not supported. |
89-
| State | Stateless only. | Stateless only. |
90-
| UVX/NPX | Supported. | Not supported. `npx` start commands not supported. |
83+
| **Transport** | HTTP POST/GET endpoints required. | HTTP streamable required. |
84+
| **Code changes** | Container rebuild required. | Azure Functions-specific configuration files required in the root directory. |
85+
| **Authentication** | Custom authentication implementation required. | Key-based only. OAuth needs API Management. |
86+
| **Language** | Any language that runs in Linux containers (Python, Node.js, .NET, TypeScript, Go). | Python, Node.js, Java, .NET only. |
87+
| **Container Requirements** | Linux (linux/amd64) only. No privileged containers.| Containerized servers are not supported. |
88+
| **Dependencies** | All dependencies must be in container image. | OS-level dependencies (such as Playwright) are not supported. |
89+
| **State** | Stateless only. | Stateless only. |
90+
| **UVX/NPX** | Supported. | Not supported. `npx` start commands not supported. |
9191

9292
## Related content
9393

0 commit comments

Comments
 (0)