Aspire 13 has a MCP server integrated https://aspire.dev/dashboard/mcp-server/ . But what about an OPENAPI / swagger ?
Also and a graph to show the resources – https://aspire.dev/dashboard/explore/#resources-page , see graph image. But how about Mermaid syntax display of resources ?
So I implemented in https://www.nuget.org/packages/AspireExtensionsResource , version >= 13 .
This is how it looks the Mermaid export
https://ignatandrei.github.io/aspireExtensions/images/AspireResourceExtensions/Mermaid.mp4
and the swagger export of the ASPIRE resources
https://ignatandrei.github.io/aspireExtensions/images/AspireResourceExtensions/Swagger.mp4
In the next post, I will detail the implementation from https://github.com/ignatandrei/aspireExtensions/blob/main/src/AspireResourceExtensions/README.md