dotnet-agent-demo
Verified Safeby BachEndDeveloper
Overview
This project demonstrates a .NET Aspire application with an API service and a web front-end, showcasing distributed application development and orchestration.
Installation
dotnet run --project AgentDemo.AppHostEnvironment Variables
- ASPNETCORE_ENVIRONMENT
- DOTNET_ENVIRONMENT
- ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL
- ASPIRE_DASHBOARD_MCP_ENDPOINT_URL
- ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL
Security Notes
The provided code consists of configuration files (launchSettings.json, appsettings.json) and does not contain any executable logic like 'eval' or obfuscation. All network endpoints configured in launchSettings.json are localhost, limiting direct external exposure. 'AllowedHosts: "*"' in appsettings.json is a common default for development but should be restricted in a production environment. No hardcoded secrets or malicious patterns are observed.
Similar Servers
bank-api
A design reference project for building a compliant and modern bank API, exposed via Model Context Protocol.
mcp-dotnet-samples
This MCP server retrieves GitHub Copilot customizations, including instructions, agents, prompts, and collections, from the `awesome-copilot` repository to provide contextual guidance to AI models.
ater.dry.cli
A .NET-based development assistance tool that streamlines front-end and back-end service creation through code generation, LLM integration, and provides command-line, Web UI, and MCP server interfaces.
Perigon.CLI
A development assistance tool for quickly building front-end and back-end services with code generation and LLM technology, providing CLI, WebUI, and MCP Server modes.