Back to All Tools
⚡ Model Context Protocol (MCP) ServerMCP Servers0 Stars

Dotnet10 Agentframework Foundry Otel Langfuse Mcp Mslearn Chat

Exemplo em .NET 10 de Console Application que faz uso do Microsoft Agent Framework, com integração com Microsoft Foundry, interação com um servidor MCP - utilizei o Microsoft Learn Docs MCP Server para testes - e monitoramento via OpenTelemetry + Langfuse. Inclui Docker Compose para criação do ambiente de testes.

#cloudflare-os#mcp-servers

Installation & Setup Quickstart

Copy commands or configuration snippets for this tool

{
  "mcpServers": {
    "dotnet10-agentframework-foundry-otel-langfuse-mcp-mslearn-chat": {
      "command": "npx",
      "args": [
        "-y",
        "github:renatogroffe/dotnet10-agentframework-foundry-otel-langfuse-mcp-mslearn_chat"
      ],
      "env": {
        "CLOUDFLARE_API_TOKEN": "<YOUR_CLOUDFLARE_API_TOKEN>"
      }
    }
  }
}