@@ -83,6 +83,7 @@ envlist =
8383 python-adapter_gunicorn-{py37,py38,py39,py310,py311,py312,py313}-aiohttp03-gunicornlatest,
8484 python-adapter_hypercorn-{py38,py39,py310,py311,py312,py313}-hypercornlatest,
8585 python-adapter_hypercorn-py38-hypercorn{0010,0011,0012,0013},
86+ python-adapter_mcp-{py310,py311,py312,py313,pypy310},
8687 python-adapter_uvicorn-{py37,py38,py39,py310,py311,py312,py313}-uvicornlatest,
8788 python-adapter_uvicorn-py38-uvicorn014,
8889 python-adapter_waitress-{py37,py38,py39,py310,py311,py312,py313}-waitresslatest,
@@ -210,6 +211,7 @@ deps =
210211 adapter_hypercorn-hypercorn0011: hypercorn[h3]<0.12
211212 adapter_hypercorn-hypercorn0010: hypercorn[h3]<0.11
212213 adapter_hypercorn: niquests
214+ adapter_mcp: fastmcp
213215 adapter_uvicorn-uvicorn014: uvicorn<0.15
214216 adapter_uvicorn-uvicornlatest: uvicorn
215217 adapter_uvicorn: typing-extensions
@@ -477,6 +479,7 @@ changedir =
477479 adapter_gevent: tests/adapter_gevent
478480 adapter_gunicorn: tests/adapter_gunicorn
479481 adapter_hypercorn: tests/adapter_hypercorn
482+ adapter_mcp: tests/adapter_mcp
480483 adapter_uvicorn: tests/adapter_uvicorn
481484 adapter_waitress: tests/adapter_waitress
482485 agent_features: tests/agent_features
0 commit comments