No project description provided
Project description
Introduction
✨ Introduction
I created this repository to automatically test my MCP tool servers.
pytest --mcp-tools=http://localhost:8000
Will create some tests, automatically, and you will get an output that looks like this:
🔍 MCP Tools: Discovering endpoints at http://test-server:8000...
Retry 1/10: Checking http://test-server:8000...
✓ Server reachable (status: 404)
✓ Found endpoint: /mcp (status: 406)
✗ 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/python3.11
cachedir: .pytest_cache
rootdir: /app
configfile: pyproject.toml
plugins: cov-7.0.0, anyio-4.12.1, depends-1.0.1, mock-3.15.1, mcp-tools-0.1.0
collecting ... collected 3 items
✅ MCP tools test created for discovered endpoints: /mcp
📡 HTTP streaming support detected
test_samples/test_sample_math.py::test_sample_addition PASSED [ 25%]
test_samples/test_sample_math.py::test_sample_multiplication PASSED [ 50%]
.::test_mcp_tools[POST /mcp] PASSED [ 75%]
test_samples/test_sample_math.py::test_sample_string_operations PASSED [100%]
============================== 4 passed in 0.03s ===============================
Note the test called .::test_mcp_tools[POST /mcp] PASSED [ 75%].
This is automatically generated by the plugin, and the plan is to make more of these automatically-generated tests based on descriptions of the tools.
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.0.tar.gz.
File metadata
- Download URL: pytest_mcp_tools-0.1.0.tar.gz
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce8e8b3d515e1c10a79df6049affbd93146ad8424da99c910d0d565deff34b1a
|
|
| MD5 |
ecf73e16c9bd9c6c6b5aba6aa2cd7bb8
|
|
| BLAKE2b-256 |
8692ab0ed7a56ac0be04f9a7cf47728a4c21a46ecd7f8d60e44ef1e6a5cfe423
|
Provenance
The following attestation bundles were made for pytest_mcp_tools-0.1.0.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.0.tar.gz -
Subject digest:
ce8e8b3d515e1c10a79df6049affbd93146ad8424da99c910d0d565deff34b1a - Sigstore transparency entry: 976280816
- Sigstore integration time:
-
Permalink:
sinan-ozel/pytest-mcp-tools@e3b8af8247089bbcb63e999b8d35611e7a1da66f -
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@e3b8af8247089bbcb63e999b8d35611e7a1da66f -
Trigger Event:
push
-
Statement type:
File details
Details for the file pytest_mcp_tools-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pytest_mcp_tools-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.5 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 |
5dc44c804231b944a5dd7dcae41c875050a36ece500bd3feb18b0d56178f7823
|
|
| MD5 |
0235050bb545cfc951ebcc4525988f20
|
|
| BLAKE2b-256 |
d894bfd0ae2eddba40c2170c9db9887200e663f5aeaa950a17fdb6607848574c
|
Provenance
The following attestation bundles were made for pytest_mcp_tools-0.1.0-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.0-py3-none-any.whl -
Subject digest:
5dc44c804231b944a5dd7dcae41c875050a36ece500bd3feb18b0d56178f7823 - Sigstore transparency entry: 976280818
- Sigstore integration time:
-
Permalink:
sinan-ozel/pytest-mcp-tools@e3b8af8247089bbcb63e999b8d35611e7a1da66f -
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@e3b8af8247089bbcb63e999b8d35611e7a1da66f -
Trigger Event:
push
-
Statement type: