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.