No project description provided
Project description
✨ Introduction
This is an opinionated tool for testing MCP servers live.
You point it at a live MCP server with streaming response, and it:
- Queries HTTP endpoints (/mcp)
- Lists available tools
- Validates that tools have descriptions
pytest --mcp-tools=http://localhost:8000
🔍 MCP Tools: Discovering endpoints at http://docker-image:8000...
Checking http://docker-image:8000...
✓ Server reachable (status: 404)
✓ Found endpoint: /mcp (status: 200)
✗ Endpoint /sse not found (status: 404)
✗ Endpoint /messages not found (status: 404)
✅ MCP Tools: Discovered endpoints: /mcp
============================= test session starts ==============================
platform linux -- Python 3.11.14, pytest-9.0.2, pluggy-1.6.0 -- /usr/local/bin/python
cachedir: .pytest_cache
rootdir: /app
configfile: pyproject.toml
plugins: anyio-4.12.1, mcp-tools-0.1.2
collecting ... collected 0 items
created 3 tests
✅ MCP tools test created for discovered endpoints: /mcp
📡 HTTP streaming support detected
..::test_mcp_tools[POST /mcp] PASSED [ 25%]
..::test_list_tools_from_basic_server PASSED [ 50%]
..::test_tools_have_descriptions PASSED [ 75%]
============================== 3 passed in 0.02s ===============================
test-runner-for-docker-image exited with code 0
Features
Automated Tests
The plugin generates tests to verify:
- At least one transport is available (HTTP or STDIO)
- Tools can be listed successfully
- All tools have description fields
Later versions will include:
- Call the tools, based on annotations.
- Check the responses from the tools against
outputSchema - Token count limiting checks
- LLM-as-a-Judge checks to validate description quality
- oAuth and perhaps CORS, as needed. (This is not strictly necessary, because I am imagining that this is going run as a staging test in an environment where all servers are trusted.)
Reporting Issues
If you tested this on your server, and think that there is an issue, just give me the docker image of your server in the issue, and tell me what you are expecting, what you got.
If you don't have a docker hub image, give me a minimal example. That's all I need.
🛠️ Development
The only requirement is 🐳 Docker.
(The .devcontainer and tasks.json are prepared assuming a *nix system, but if you know the commands, this will work on Windows, too.)
- Clone the repo.
- Branch out.
- Open in "devcontainer" on VS Code and start developing. Run
pytestunderteststo test. - Akternatively, if you are a fan of Test-Driven Development like me, you can run the tests without getting on a container.
.vscode/tasks.jsonhas the command to do so, but it's also listed here:
docker compose -f tests/docker-compose.yaml up --build --abort-on-container-exit --exit-code-from test
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pytest_mcp_tools-0.1.2.tar.gz.
File metadata
- Download URL: pytest_mcp_tools-0.1.2.tar.gz
- Upload date:
- Size: 12.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e59cb6fa40f467a254cc626477659eb33405c10ad681cc11c2541db283f80bcb
|
|
| MD5 |
7feba1c0d8b796c215d1fd088186cad6
|
|
| BLAKE2b-256 |
4793ec1735bb1a95afe0007c95312e659cfbdd93448f790f947a3ee5d973da41
|
Provenance
The following attestation bundles were made for pytest_mcp_tools-0.1.2.tar.gz:
Publisher:
ci.yaml on sinan-ozel/pytest-mcp-tools
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pytest_mcp_tools-0.1.2.tar.gz -
Subject digest:
e59cb6fa40f467a254cc626477659eb33405c10ad681cc11c2541db283f80bcb - Sigstore transparency entry: 997542780
- Sigstore integration time:
-
Permalink:
sinan-ozel/pytest-mcp-tools@4072189914a2ef02a9e7a1e32fda1767e2825e3f -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sinan-ozel
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@4072189914a2ef02a9e7a1e32fda1767e2825e3f -
Trigger Event:
push
-
Statement type:
File details
Details for the file pytest_mcp_tools-0.1.2-py3-none-any.whl.
File metadata
- Download URL: pytest_mcp_tools-0.1.2-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
332d805a7243821a50fc5a7ca8845c1b8d4a96ea82527f1674e0dfe2ec13c983
|
|
| MD5 |
8231386a082bbffb15e891c757105ed9
|
|
| BLAKE2b-256 |
c0f485cf6e4cb145c069a52edd59e7c3d3e3ed197fc4af8dbdf62aeb1bb49c7d
|
Provenance
The following attestation bundles were made for pytest_mcp_tools-0.1.2-py3-none-any.whl:
Publisher:
ci.yaml on sinan-ozel/pytest-mcp-tools
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pytest_mcp_tools-0.1.2-py3-none-any.whl -
Subject digest:
332d805a7243821a50fc5a7ca8845c1b8d4a96ea82527f1674e0dfe2ec13c983 - Sigstore transparency entry: 997542819
- Sigstore integration time:
-
Permalink:
sinan-ozel/pytest-mcp-tools@4072189914a2ef02a9e7a1e32fda1767e2825e3f -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sinan-ozel
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@4072189914a2ef02a9e7a1e32fda1767e2825e3f -
Trigger Event:
push
-
Statement type: