Metadata-Version: 2.3
Name: biomcp
Version: 0.0.1
Summary: MCP servers for bioinformatics
Author: Huajian Mao
License: MIT License
Requires-Python: >=3.10
Requires-Dist: httpx>=0.26.0
Requires-Dist: mcp<2.0.0,>=1.0.0
Requires-Dist: pydantic-settings>=2.6.1
Requires-Dist: pydantic<3.0.0,>=2.5.3
Requires-Dist: python-dotenv>=1.0.1
Requires-Dist: typer>=0.9.0
Provides-Extra: dev
Requires-Dist: copychat>=0.5.2; extra == 'dev'
Requires-Dist: ipython>=8.12.3; extra == 'dev'
Requires-Dist: pdbpp>=0.10.3; extra == 'dev'
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: pyright>=1.1.389; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.23.5; extra == 'dev'
Requires-Dist: pytest-flakefinder; extra == 'dev'
Requires-Dist: pytest-xdist>=3.6.1; extra == 'dev'
Requires-Dist: pytest>=8.3.3; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Provides-Extra: tests
Requires-Dist: pre-commit; extra == 'tests'
Requires-Dist: pyright>=1.1.389; extra == 'tests'
Requires-Dist: pytest-asyncio>=0.23.5; extra == 'tests'
Requires-Dist: pytest-flakefinder; extra == 'tests'
Requires-Dist: pytest-xdist>=3.6.1; extra == 'tests'
Requires-Dist: pytest>=8.3.3; extra == 'tests'
Requires-Dist: ruff; extra == 'tests'
Description-Content-Type: text/markdown

<!-- omit in toc -->
# BioMCP 🚀

<div align="center">

<strong>The fast, Pythonic way to build MCP servers for bioinformatics.</strong>

[![PyPI - Version](https://img.shields.io/pypi/v/biomcp.svg)](https://pypi.org/project/biomcp)
[![Tests](https://github.com/biomcp/biomcp/actions/workflows/run-tests.yml/badge.svg)](https://github.com/biomcp/biomcp/actions/workflows/run-tests.yml)
[![License](https://img.shields.io/github/license/biomcp/biomcp.svg)](https://github.com/biomcp/biomcp/blob/main/LICENSE)


</div>