mcp-publish-prep
スター9
フォーク2
更新日2026年4月28日 05:11
Prepare MCP package for publishing (version bump, changelog, validation)
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SKILL.md
readonlyメニュー
Prepare MCP package for publishing (version bump, changelog, validation)
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | mcp-publish-prep |
| description | Prepare MCP package for publishing (version bump, changelog, validation) |
Prepare the MCP package for a new release. Use $ARGUMENTS for the new version number (e.g., 1.5.0).
Bump version in BOTH files (CRITICAL — must be simultaneous):
dotnet/src/LightningEnable.Mcp/LightningEnable.Mcp.csproj — update <Version>python/lightning-enable-mcp/pyproject.toml — update versionValidate server.json:
description field is ≤100 characters (enforced by MCP Registry and CI)version field if present (CI auto-updates via jq, but good to keep in sync)Update changelog if one exists
Build verification:
dotnet build in dotnet/src/LightningEnable.Mcp/Review CI/CD:
.github/workflows/publish-mcp.yml is up to dateNUGET_API_KEY, PYPI_API_TOKEN, DOCKERHUB_USERNAME, DOCKERHUB_TOKENhttps://www.nuget.org/packages/LightningEnable.Mcphttps://pypi.org/project/lightning-enable-mcphttps://hub.docker.com/r/refinedelement/lightning-enable-mcphttps://registry.modelcontextprotocol.ioReport the version bump, validation results, and build status. Remind the user to push to main to trigger CI/CD.