Skip to content

Conversation

@vchomakov
Copy link
Member

Summary

Bump version to 0.3.6 to publish MCP registry metadata to PyPI.

Problem

The MCP registry validation requires the server name to appear in the PyPI package README as:
mcp-name: io.github.redis/mcp-redis

Version 0.3.5 was published to PyPI without this metadata, causing MCP registry publishing to fail with:
PyPI package 'redis-mcp-server' ownership validation failed. The server name 'io.github.redis/mcp-redis' must appear as 'mcp-name: io.github.redis/mcp-redis' in the package README"

Solution

  • Bump version to 0.3.6 in all version files to include the MCP registry metadata

Why a new version?

The MCP registry validator checks the README from the already-published PyPI package. Since 0.3.5 is already published without the metadata, we need to publish a new version (0.3.6) with the updated README.

@vchomakov vchomakov requested review from Copilot and mortensi November 7, 2025 17:37
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the version number of the redis-mcp-server package from "0.3.5" to "0.3.6" across all configuration files where it's referenced.

  • Version bump from 0.3.5 to 0.3.6 in all package configuration files
  • Ensures consistency across Python package metadata, lock files, and server configuration

Reviewed Changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

File Description
uv.lock Updated package version in the lock file
src/version.py Updated the __version__ constant
server.json Updated version in both the main configuration and package identifier
pyproject.toml Updated the project version in the package metadata

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@vchomakov vchomakov merged commit e6b17ce into main Nov 7, 2025
29 checks passed
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.

3 participants