Skip to content

chore(release): v0.5.2 — publish the PyPI ownership marker for the MCP Registry - #6

Merged
yaniswav merged 1 commit into
mainfrom
chore/v0.5.2-registry-marker
Aug 22, 2026
Merged

chore(release): v0.5.2 — publish the PyPI ownership marker for the MCP Registry#6
yaniswav merged 1 commit into
mainfrom
chore/v0.5.2-registry-marker

Conversation

@yaniswav

Copy link
Copy Markdown
Owner

Documentation and metadata only. No code, no schema, no dependency changes — install behaviour is identical to 0.5.1.

Why this release exists

The MCP Registry verifies ownership of a PyPI package by looking for an mcp-name: <server name> string in the package description, which is generated from README.md at build time.

The marker and server.json landed on main after v0.5.1 was already tagged, so the published 0.5.1 description does not carry it — registry validation would reject the submission. Cutting this version is the mechanical prerequisite for getting TopicForge listed.

Contents

  • pyproject.toml / __version__0.5.2
  • server.json version fields bumped in lockstep (the registry entry must name a published version carrying the marker)
  • CHANGELOG [0.5.2] section

server.json and the README marker themselves are already on main (commit fb18deb); this PR only publishes them.

Verification

  • python -m ruff check src tests → All checks passed
  • python -m pytest484 passed, 24 skipped (unchanged)
  • server.json re-validated against the registry's published JSON schema after the bump

After merge

  1. Tag v0.5.2 → PyPI publish (gated on the pypi environment approval)
  2. mcp-publisher login github — device flow, requires entering a code on github.com
  3. mcp-publisher publish

Third-party directories (Glama, PulseMCP, mcp.so) largely harvest the official registry, so they come after this, not before.

https://claude.ai/code/session_01Us8nLW5XexX1N28nb3dgUp

…P Registry

Documentation and metadata only. No code, no schema, no dependency
changes; install behaviour is identical to 0.5.1.

The MCP Registry verifies ownership of a PyPI package by looking for an
`mcp-name: <server name>` string in the package description, which is
generated from README.md when the distribution is built. The marker and
`server.json` landed on main after v0.5.1 was already tagged, so the
published 0.5.1 description does not carry it and registry validation
would reject the submission.

This release exists solely to get the marker onto PyPI. `server.json`
version fields are bumped in lockstep, since the registry entry must
name a published version that carries the marker.

Claude-Session: https://claude.ai/code/session_01Us8nLW5XexX1N28nb3dgUp
Copilot AI lite review requested due to automatic review settings August 22, 2026 17:24
@yaniswav
yaniswav merged commit 7d87bc8 into main Aug 22, 2026
7 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

Changes are limited to consistent version/metadata updates and a changelog entry, with no functional code modifications.

Pull request overview

This PR prepares the v0.5.2 release by bumping version metadata across the Python package, MCP Registry server.json, and the changelog so the already-merged PyPI ownership marker/registry metadata can be published to PyPI.

Changes:

  • Bump package version to 0.5.2 in pyproject.toml and src/topicforge/__init__.py.
  • Bump server.json version fields to 0.5.2 to match the release.
  • Add a 0.5.2 changelog entry and update compare links.
File summaries
File Description
src/topicforge/init.py Updates __version__ constant to 0.5.2.
server.json Bumps registry metadata version fields to 0.5.2.
pyproject.toml Updates project version to 0.5.2 for packaging.
CHANGELOG.md Adds 0.5.2 release notes and updates compare links.
Review details
  • Files reviewed: 4/4 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@yaniswav
yaniswav deleted the chore/v0.5.2-registry-marker branch August 22, 2026 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants