mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2025-12-19 14:54:24 +01:00
add support for parallel run (#739)
Co-authored-by: Lekhnath Parajuli <lekhnathparajuli4@gmail.com>
This commit is contained in:
committed by
GitHub
parent
073471cdf1
commit
d1876433af
@@ -109,7 +109,13 @@ members = ["examples/servers/*"]
|
||||
mcp = { workspace = true }
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
log_cli = true
|
||||
xfail_strict = true
|
||||
addopts = """
|
||||
--color=yes
|
||||
--capture=fd
|
||||
--numprocesses auto
|
||||
"""
|
||||
filterwarnings = [
|
||||
"error",
|
||||
# This should be fixed on Uvicorn's side.
|
||||
|
||||
Reference in New Issue
Block a user