44[ ![ NuGet Downloads] ( https://img.shields.io/nuget/dt/FbaTemplates.svg )] ( https://www.nuget.org/packages/FbaTemplates/ )
55[ ![ Build and Test] ( https://github.com/rkttu/dotnet-fba-templates/actions/workflows/ci-cd.yml/badge.svg )] ( https://github.com/rkttu/dotnet-fba-templates/actions/workflows/ci-cd.yml )
66[ ![ Release] ( https://github.com/rkttu/dotnet-fba-templates/actions/workflows/release.yml/badge.svg )] ( https://github.com/rkttu/dotnet-fba-templates/actions/workflows/release.yml )
7+ [ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
78[ ![ GitHub Stars] ( https://img.shields.io/github/stars/rkttu/dotnet-fba-templates?style=social )] ( https://github.com/rkttu/dotnet-fba-templates/stargazers )
89[ ![ Contributions Welcome] ( https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat )] ( https://github.com/rkttu/dotnet-fba-templates/blob/main/README.md#contributing )
910
@@ -24,6 +25,8 @@ File-based Applications (FBA) are a modern approach to creating simple C# consol
2425- ** Portable** : Easy to share and distribute as a single file
2526- ** Modern C#** : Support for latest C# features including top-level programs
2627- ** AOT Ready** : Templates include AOT (Ahead-of-Time) compilation support options
28+ - ** AI Agent Ready** : Built-in ` AGENTS.md ` files in each template provide ready-to-use configuration for AI agents and GitHub Copilot integration
29+ - ** MCP Server Ready** : The ` mcpserver-stdio-fba ` template includes pre-configured Model Context Protocol server setup for seamless AI tool integration
2730- ** Expandable** : Can be converted to full projects later using ` dotnet project convert your_code.cs ` when more complexity is needed
2831
2932## Installation
@@ -54,7 +57,7 @@ dotnet new install FbaTemplates
5457| ` winforms-fba ` | Desktop | Windows Forms desktop application | ` dotnet new winforms-fba -n MyWinApp ` |
5558| ` wpf-fba ` | Desktop | WPF desktop application with XAML | ` dotnet new wpf-fba -n MyWpfApp ` |
5659| ` wpf-linqui-fba ` | Desktop | WPF desktop application with LinqUI declarative UI powered by [ LinqUI.WPF] ( https://github.com/XAMLBaker/LinqUI ) | ` dotnet new wpf-linqui-fba -n MyLinqUiApp ` |
57- | ` mcpserver-stdio-fba ` | AI/Integration | Model Context Protocol server | ` dotnet new mcpserver-stdio-fba -n MyMcp ` |
60+ | ` mcpserver-stdio-fba ` | AI/Integration | Model Context Protocol server with pre-configured setup | ` dotnet new mcpserver-stdio-fba -n MyMcp ` |
5861| ` pythonnet-fba ` | Integration | Python.NET interoperability | ` dotnet new pythonnet-fba -n MyPyApp ` |
5962| ` wasm-fba ` | Web | WebAssembly browser application | ` dotnet new wasm-fba -n MyWasmApp ` |
6063| ` win32dll-fba ` | System | Win32 DLL creation and usage | ` dotnet new win32dll-fba -n MyDllApp ` |
0 commit comments