Metadata-Version: 2.4
Name: mcp-server-pliakh
Version: 0.1.7
Summary: MCP server package
Author-email: Your Name <your@email.com>
License: MIT
Requires-Python: >=3.12
Description-Content-Type: text/markdown

## prepare
pip install build
pip install twine

## Build
[//]: # (bumpver update --patch)
python -m build

## Upload
twine upload dist/*

https://pypi.org/project/mcp-server-pliakh/0.1.0/

## Test
pip install mcp-server-pliakh
uvx --from mcp-server-pliakh mcp-server.exe

# Alternative build to include dependencies

