Skip to content

Commit 293f048

Browse files
Copilotjeffhandley
andauthored
Address review feedback
- readme-content.md: remove "four" count from shared README intro line - readme-snippets.md: shorten package-list note to two lines (drop enumerated names) - src/PACKAGE.md: update Extensions.Apps description - README.md: update Extensions.Apps description - ModelContextProtocol.Extensions.Apps.csproj: update Description element Co-authored-by: jeffhandley <1031940+jeffhandley@users.noreply.github.com>
1 parent f8aa6ab commit 293f048

5 files changed

Lines changed: 6 additions & 8 deletions

File tree

.github/skills/prepare-release/references/readme-content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This reference describes what to review and update in the shared embedded NuGet
55

66
## The Shared Embedded README
77

8-
All four SDK packages embed the **same** README file: `src/PACKAGE.md`.
8+
All SDK packages embed the **same** README file: `src/PACKAGE.md`.
99

1010
Each project packs it identically:
1111

.github/skills/prepare-release/references/readme-snippets.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@ Validate code samples from the **package README** and the root repository README
1111
| `src/PACKAGE.md` | The single shared embedded README packed into every SDK package. This is the primary documentation users see on nuget.org. |
1212
| `README.md` (root) | The GitHub repository readme. Not packed into packages, but visible to developers browsing the repo. |
1313

14-
All four SDK packages (`ModelContextProtocol.Core`, `ModelContextProtocol`,
15-
`ModelContextProtocol.AspNetCore`, `ModelContextProtocol.Extensions.Apps`) embed
16-
`src/PACKAGE.md` via their `.csproj` files. There are no per-package README files;
17-
paths such as `src/ModelContextProtocol.Core/README.md` do not exist.
14+
All SDK packages embed `src/PACKAGE.md` via their `.csproj` files. There are no per-package
15+
README files; paths such as `src/ModelContextProtocol.Core/README.md` do not exist.
1816

1917
Sample README files (`samples/*/README.md`) are excluded -- the samples themselves are buildable projects and are validated by CI.
2018

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The SDK packages are:
1414

1515
- **[ModelContextProtocol.AspNetCore](https://www.nuget.org/packages/ModelContextProtocol.AspNetCore)** [![NuGet version](https://img.shields.io/nuget/v/ModelContextProtocol.AspNetCore.svg)](https://www.nuget.org/packages/ModelContextProtocol.AspNetCore) - The library for HTTP-based MCP servers. References `ModelContextProtocol`.
1616

17-
- **[ModelContextProtocol.Extensions.Apps](https://www.nuget.org/packages/ModelContextProtocol.Extensions.Apps)** [![NuGet version](https://img.shields.io/nuget/v/ModelContextProtocol.Extensions.Apps.svg)](https://www.nuget.org/packages/ModelContextProtocol.Extensions.Apps) - MCP Apps extension for the .NET Model Context Protocol (MCP) SDK.
17+
- **[ModelContextProtocol.Extensions.Apps](https://www.nuget.org/packages/ModelContextProtocol.Extensions.Apps)** [![NuGet version](https://img.shields.io/nuget/v/ModelContextProtocol.Extensions.Apps.svg)](https://www.nuget.org/packages/ModelContextProtocol.Extensions.Apps) - MCP Apps extension for building interactive UI applications that render inside MCP hosts.
1818

1919
## Getting Started
2020

src/ModelContextProtocol.Extensions.Apps/ModelContextProtocol.Extensions.Apps.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<GenerateDocumentationFile>true</GenerateDocumentationFile>
66
<IsPackable>true</IsPackable>
77
<PackageId>ModelContextProtocol.Extensions.Apps</PackageId>
8-
<Description>MCP Apps extension for the .NET Model Context Protocol (MCP) SDK</Description>
8+
<Description>MCP Apps extension for building interactive UI applications that render inside MCP hosts.</Description>
99
<PackageReadmeFile>README.md</PackageReadmeFile>
1010
<!-- Suppress the experimental MCP warnings for internal usage -->
1111
<NoWarn>$(NoWarn);MCPEXP001;MCPEXP003</NoWarn>

src/PACKAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The SDK packages are:
1616

1717
- **[ModelContextProtocol.AspNetCore](https://www.nuget.org/packages/ModelContextProtocol.AspNetCore)** [![NuGet version](https://img.shields.io/nuget/vpre/ModelContextProtocol.AspNetCore.svg)](https://www.nuget.org/packages/ModelContextProtocol.AspNetCore) - The library for HTTP-based MCP servers. References `ModelContextProtocol`.
1818

19-
- **[ModelContextProtocol.Extensions.Apps](https://www.nuget.org/packages/ModelContextProtocol.Extensions.Apps)** [![NuGet version](https://img.shields.io/nuget/vpre/ModelContextProtocol.Extensions.Apps.svg)](https://www.nuget.org/packages/ModelContextProtocol.Extensions.Apps) - MCP Apps extension for the .NET Model Context Protocol (MCP) SDK.
19+
- **[ModelContextProtocol.Extensions.Apps](https://www.nuget.org/packages/ModelContextProtocol.Extensions.Apps)** [![NuGet version](https://img.shields.io/nuget/vpre/ModelContextProtocol.Extensions.Apps.svg)](https://www.nuget.org/packages/ModelContextProtocol.Extensions.Apps) - MCP Apps extension for building interactive UI applications that render inside MCP hosts.
2020

2121
## Getting Started
2222

0 commit comments

Comments
 (0)