-
Notifications
You must be signed in to change notification settings - Fork 749
Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe the problem.
when using the aspire MCP for gettings docs,
aspire/src/Aspire.Cli/Mcp/GetIntegrationDocsTool.cs
Lines 93 to 99 in 5b92c02
| var content = $""" | |
| Instructions for the {packageId} integration can be downloaded from: | |
| https://www.nuget.org/packages/{packageId}/{packageVersion} | |
| Review this documentation for instructions on how to use this package within the apphost. Refer to linked documentation for additional information. | |
| """; |
for example https://www.nuget.org/packages/Aspire.StackExchange.Redis/13.0.2#readme-body-tab
it has these links at the buttom:
Additional documentation
- https://stackexchange.github.io/StackExchange.Redis/Basics
- https://github.com/dotnet/aspire/tree/main/src/Components/README.md
Feedback & contributing
https://github.com/dotnet/aspire
would be nice to also have a link to https://aspire.dev/integrations/caching/redis/#client-integration to get more details on this library.
right now the docs on aspire.dev are more detailed than the package's readme
Describe the solution you'd like
aspire packages readme files should have a link to their public docs on aspire.dev (hosting / client-integration sections depending on the library)
Additional context
No response
Metadata
Metadata
Assignees
Labels
No labels