dotnet10-agentframework-foundry-otel-langfuse-mcp-mslearn_chat

renatogroffe/dotnet10-agentframework-foundry-otel-langfuse-mcp-mslearn_chat
★ 2 stars C# AI/LLM Updated 2d ago
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.
View on GitHub → 🔍 Audit Wallet Slippage →

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-langfuse-mcp-mslearn_chat"
      ]
    }
  }
}

README Excerpt

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.