dotnet10-agent-mcp-otel-azureappinsights_consultacotacoes

renatogroffe/dotnet10-agent-mcp-otel-azureappinsights_consultacotacoes
★ 4 stars C# 🤖 AI/LLM Updated 1mo ago
Exemplo em .NET 10 de Console Application que faz uso do projeto Microsoft Agent Framework, com integração com soluções de IA como Microsoft Foundry na consulta de informações de cotações de moedas estrangeiras disponibilizas por um MCP Server. Inclui monitoramento via traces com Application Insights/Azure Monitor + OpenTelemetry.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dotnet10-agent-mcp-o": {
      "command": "npx",
      "args": [
        "-y",
        "renatogroffe/dotnet10-agent-mcp-otel-azureappinsights_consultacotacoes"
      ]
    }
  }
}