Conversation
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 12705Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 12705" |
There was a problem hiding this comment.
Pull Request Overview
This PR adds new MCP (Model Context Protocol) endpoint configuration strings to Aspire project template localization files. The changes introduce two new port configuration symbols for MCP HTTP and HTTPS endpoints across all supported locales.
Key Changes
- Added
appHostMcpHttpPortandappHostMcpHttpsPortdescription strings to English localization files - Placeholder English text added to all non-English localization files (pending translation)
Reviewed Changes
Copilot reviewed 70 out of 70 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| templatestrings.en.json (multiple templates) | Added English descriptions for MCP HTTP and HTTPS port configuration symbols |
| templatestrings.*.json (multiple languages) | Added placeholder English text for MCP port descriptions awaiting localization |
...ectTemplates/templates/aspire-starter/.template.config/localize/templatestrings.zh-Hant.json
Show resolved
Hide resolved
|
/backport to release/13.0 |
|
Started backporting to release/13.0: https://github.com/dotnet/aspire/actions/runs/19112318467 |
|
@sebastienros I've opened a new pull request, #12708, to work on those changes. Once the pull request is ready, I'll request review from you. |
No description provided.