The smallest realistic Foundgine application in this repository.
It demonstrates the complete basic path without splitting the application into a collection of projects:
MCP → application → semantic model → Foundgine planning/execution → PostgreSQL
The folders are architectural boundaries; they do not require separate assemblies. The AOT generator sees the whole application project, so the starter stays easy to read and easy to run.
place_order and cancel_order.Set SupplyChainConnectionString, then:
dotnet run --project src/csharp/samples/Foundgine.SupplyChain/Foundgine.SupplyChain.csproj
The application exposes:
http://localhost:4422/mcp when run with the supplied container configuration./health and /health/ready.For the container image, see Dockerfile.
If you want the full semantic/authorization/retrieval/security case study, use:
../Foundgine.SupplyChain.Advanced
The starter intentionally does not contain the advanced proving-ground tests or benchmark machinery.