Skip to main content

Samples

This repository currently includes sample clients for the Orchard-hosted AI integration features.

Available samples

SampleDescription
MCP Client SampleASP.NET Core sample client for the Orchard MCP server
A2A Client SampleASP.NET Core sample client for A2A-enabled agent hosts

Startup projects

The sample applications live under:

  • src\Startup\CrestApps.OrchardCore.Samples.McpClient
  • src\Startup\CrestApps.OrchardCore.Samples.A2AClient

For local multi-service development, pair them with src\Startup\CrestApps.Aspire.AppHost when appropriate.