dotnet10-agentframework-foundry-otel-grafana-mcp-mslearn-apisix_chat

renatogroffe/dotnet10-agentframework-foundry-otel-grafana-mcp-mslearn-apisix_chat
★ 4 stars C# AI/LLM Updated today
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 + stack Grafana. Inclui Docker Compose para criação do ambiente de testes com o APISIX como AI Gateway.
View on GitHub → Try with Claude — $10 free →

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-agentframew": {
      "command": "npx",
      "args": [
        "-y",
        "renatogroffe/dotnet10-agentframework-foundry-otel-grafana-mcp-mslearn-apisix_chat"
      ]
    }
  }
}