Metadata-Version: 2.4
Name: publish-mcp-server
Version: 0.1.2
Summary: An MCP server that helps users publish their MCP servers to the registry
Author-email: Marlene Mhangami <marlenemhangami@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/marlenezw/publish-mcp-server
Project-URL: Bug Tracker, https://github.com/marlenezw/publish-mcp-server/issues
Project-URL: Repository, https://github.com/marlenezw/publish-mcp-server
Keywords: mcp,model-context-protocol,server,publishing
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fastmcp>=0.1.0
Dynamic: license-file

# Publish MCP Server

A package to help you publish an MCP server!

This is an MCP server that contains a prompt the user can use to be able to have their client decide the best way to publish their MCP server. The server uses Python.

<!-- mcp-name: io.github.marlenezw/publish-mcp-server -->

## Features

- Provides expert guidance on MCP server publishing
- Supports automated CI/CD workflows with GitHub Actions
- Recommends best practices for publishing to the MCP registry

## Installation

```bash
pip install publish-mcp-server
```

## Usage

```bash
publish-mcp-server
```

Or run as a module:

```bash
python -m publish_mcp_server
``` 
