mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-28 02:10:38 +02:00
Add UV Transport (#1270)
Co-authored-by: Jeremiah Lowin <153965+jlowin@users.noreply.github.com>
This commit is contained in:
parent
a63d44576b
commit
3be8f5ea93
8 changed files with 252 additions and 91 deletions
|
|
@ -104,6 +104,7 @@ env = [
|
|||
]
|
||||
markers = [
|
||||
"integration: marks tests as integration tests (deselect with '-m \"not integration\"')",
|
||||
"client_process: marks tests that spawn client processes via stdio transport. These can create issues when run in the same CI environment as other subprocess-based tests.",
|
||||
]
|
||||
# Automatically mark all tests in integration_tests folder
|
||||
pythonpath = ["."]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue