Metadata-Version: 2.4
Name: pypi-mcp-test-khoms
Version: 1.0.0
Summary: A simple mcp test server
Requires-Python: >=3.12
Requires-Dist: build>=1.2.2.post1
Requires-Dist: mcp[cli]>=1.12.2
Requires-Dist: twine>=6.1.0
Description-Content-Type: text/markdown

# pypi-mcp-test

A simple MCP (Model Context Protocol) test server for PyPI testing.

## Features

- Provides a basic `add` tool that adds two integers
- Built with FastMCP for easy MCP server development
- Can be installed and run as a command-line tool

## Installation & Usage

```bash
pip install pypi-mcp-test
pypi-mcp-test
```
