Polish README and document MCP Host 0.1.1 publication - #13
Conversation
There was a problem hiding this comment.
🟡 Changes recommended
The added “55 秒” runtime claim and “workflow artifact” size wording do not match GitHub Actions run/artifact metadata and should be corrected for accuracy/clarity.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
This PR updates the verification record to add post-merge publication evidence for MCP Host 0.1.1, explicitly distinguishing the local MSIX verification commit from the squash-merge/release commit to eliminate hash ambiguity caused by differing RepositoryCommit values.
Changes:
- Clarifies the two relevant commits: local MSIX verification (
2d087426…) vs PR #12 squash merge / MCP Host release (1f3f3d9a…). - Updates the MCP Host version evidence to reflect the released ProductVersion commit (
0.1.1+1f3f3d9a…). - Adds remote publication evidence referencing the
mcp-v0.1.1tag, the Publish workflow run, and GitHub Packages page.
File summaries
| File | Description |
|---|---|
| docs/verification.md | Adds/clarifies MCP Host 0.1.1 release evidence (commit mapping + CI run + Packages page references). |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
136fa2e to
fa9cc08
Compare
fa9cc08 to
9625026
Compare
The previously flagged issues are addressed in commit |
There was a problem hiding this comment.
🟡 Changes recommended
docs/verification.md currently states workflow artifact size/SHA values that don’t match the actual Actions run output, so the publication evidence needs to be corrected/clarified.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Review details
- Files reviewed: 3/3 changed files
- Comments generated: 1
- Review effort level: Lite
|
Codex Review: Didn't find any major issues. Hooray! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
There was a problem hiding this comment.
🟢 Approved
The changes are documentation-only and the updated release-evidence claims (tag, workflow run timing, artifact size) are consistent with the referenced GitHub Actions/tag data.
Review details
- Files reviewed: 3/3 changed files
- Comments generated: 0 new
- Review effort level: Lite
|
当前 HEAD 已更新为签名提交 @copilot review |
All previously flagged issues are resolved in the current HEAD ( |
概要 采用参考文档的简洁视觉层级重排中英文 README,并补记 PR #12 squash merge 后的 MCP Host 0.1.1 实际发布证据。参考稿只作为排版与语气参考;当前事实仍以仓库源码、最终构建和发布 workflow 为准。 ## README 改版 - 将“快速开始”前移,使用 Store / GitHub Release 定宽安装表和事实修正后的“三步上手”。 - 核心能力拆为“翻译与流水线 / 模型接入 / 桌面体验与运维”三个折叠组。 - 支持范围改为首列定宽 HTML 表格,并保留多归档、字节码与模型边界。 - Microsoft Store 订阅与国内加速拆成“订阅说明与定价 / 权益核验与下载链路”两个折叠块,保留 fail-closed、一次性 URL、四路 Range、续签、SHA-256 与默认源回退事实。 - 将源码构建独立成节,继续保留 Windows App Runtime 2.3.1 与 Cargo
--locked门禁。 - 参与贡献改为 checklist;AI 使用声明折叠;版权与项目链接改为居中 footer。 - 中英文结构同步;没有加入参考稿中不存在于仓库的截图。 ## MCP 0.1.1 发布证据 - 区分本地 MSIX 二进制验证提交2d087426与 PR #12 squash merge / 发布提交1f3f3d9a。 -mcp-v0.1.1触发 Publish GitHub Package run32784059982;完整 run 约 59 秒,其中 publish job 为 55 秒,测试、pack、安装 smoke、artifact 上传与 Packages 推送全部成功。 - Actions artifact ZIP 为 430,797 bytes;其中唯一 nupkg 为 433,460 bytes,SHA-256B740AECC8D6B4242F478F1B48503AFD4675E2BA0B0C233B00AC09B2D5815D87D。 - nuspecRepositoryCommit与 EXE ProductVersion 均绑定1f3f3d9a…;Packages 页面显示0.1.1为“最新”。 ## 验证 - GitHub GFM 实际渲染:中英文各 15 个二级区块、11 个折叠区、10 张表格,IMPORTANT / WARNING 均正常。 -<details>、<table>、<div>标签数量成对;政策文档相对路径存在;git diff --check通过。 - 保留当前基线:855/855 .NET tests、28/28 Rust tests、五语言各 676 keys。 - 本 PR 只有一个提交9625026;本地git verify-commit为 Good signature,GitHub API 为verification.verified=true/reason=valid。 - 本 PR 仅修改 Markdown,不修改产品代码,不加入图片。