mcpserver-distributable
Portable distributable package for MCP server components.
Description
This repository packages the mcpserver module for distribution and provides
utility scripts and tests. It includes a minimal example (test.py) and
packaging metadata in pyproject.toml.
Prerequisites
Python 3.13+
Git
Quickstart
Create and activate a virtual environment, install dependencies, and run tests:
PowerShell:
CMD:
Packaging
Build a source / wheel distribution (requires build package):
Install locally:
Usage
Run
python test.pyto execute the included tests and example outputs.The package code lives under
src/mcpserver.
CI
CI runs on push/PR via GitHub Actions:
Contributing
Fork the repo and create a feature branch.
Run tests locally:
python test.py.Submit a PR targeting
main.
License
Specify your license here.