Samples
This repository currently includes sample clients for the Orchard-hosted AI integration features.
Available samples
| Sample | Description |
|---|---|
| MCP Client Sample | ASP.NET Core sample client for the Orchard MCP server |
| A2A Client Sample | ASP.NET Core sample client for A2A-enabled agent hosts |
Startup projects
The sample applications live under:
src\Startup\CrestApps.OrchardCore.Samples.McpClientsrc\Startup\CrestApps.OrchardCore.Samples.A2AClient
For local multi-service development, pair them with src\Startup\CrestApps.Aspire.AppHost when appropriate.