<<<<<<< HEAD
This repository provides a sample implementation of a Model Context Protocol (MCP) server in Python.
- Search for papers on arXiv and store their information
- Extract information about a specific paper
- Ready for extension with more MCP tools
git clone <your-repo-url>
cd MCP_Python
python3 -m venv venv
source venv/bin/activate
pip install arxiv
python mcp_server/server.py
- On every push or pull request to
main
, the workflow runs linting and (placeholder) tests. - Add your tests in the
tests/
directory.
mcp_server/
server.py # MCP server implementation
.github/
workflows/ci.yml # GitHub Actions workflow
README.md
88aa9b0e1bcd2704e4fbb53f41ca4a158b4d35c8