Skip to content

Commit 5b09c2a

Browse files
author
Uttam Jaiswal
committed
feat: Successfully publish to MCP Registry v1.3.1
Add MCP name marker to README for registry validation: - Add 'mcp-name: io.github.ai-4-devops/devops-practices' to README - Bump version to 1.3.1 across all files - Rebuild and republish to PyPI - Successfully publish to MCP registry Package is now discoverable at: - MCP Registry: registry.modelcontextprotocol.io - PyPI: pypi.org/project/devops-practices-mcp/ - GitHub: github.com/ai-4-devops/devops-practices Users can now install via: pip install devops-practices-mcp
1 parent 3ba1537 commit 5b09c2a

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
[![Version](https://img.shields.io/badge/version-1.3.0-blue.svg)](https://github.com/ai-4-devops/devops-practices/releases)
66
[![MCP Server](https://img.shields.io/badge/MCP-Server-purple.svg)](https://modelcontextprotocol.io)
77

8+
mcp-name: io.github.ai-4-devops/devops-practices
9+
810
**Purpose**: Centralized DevOps practices and standards for infrastructure projects.
911

1012
**Type**: Model Context Protocol (MCP) Server for Claude Code

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "devops-practices-mcp"
7-
version = "1.3.0"
7+
version = "1.3.1"
88
description = "AI-powered DevOps knowledge base with practices, templates, and automation tools"
99
readme = "README.md"
1010
requires-python = ">=3.10"

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"url": "https://github.com/ai-4-devops/devops-practices",
77
"source": "github"
88
},
9-
"version": "1.3.0",
9+
"version": "1.3.1",
1010
"packages": [
1111
{
1212
"registryType": "pypi",
1313
"identifier": "devops-practices-mcp",
14-
"version": "1.3.0",
14+
"version": "1.3.1",
1515
"transport": {
1616
"type": "stdio"
1717
},

src/devops_practices_mcp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Provides shared DevOps practices and templates for infrastructure projects.
44
"""
55

6-
__version__ = "1.3.0"
6+
__version__ = "1.3.1"
77

88
def main():
99
"""Entry point for the MCP server."""

0 commit comments

Comments
 (0)