Skip to content

Commit 2f98984

Browse files
committed
README.md: Enhance template descriptions and add AI integration details
1 parent c83db69 commit 2f98984

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
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

Comments
 (0)