mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 05:54:19 +02:00
Add timeout support to client (#455)
* Add timeouts kwargs * Add timeout support * Fix windows handling and docs * Update client.mdx * Windows tests * Update test_sse.py * Update test_sse.py * Update test_sse.py * Update test_sse.py * Fix windows
This commit is contained in:
parent
5b05e80d8b
commit
837d4c407d
9 changed files with 305 additions and 20 deletions
1
.github/workflows/run-tests.yml
vendored
1
.github/workflows/run-tests.yml
vendored
|
|
@ -46,6 +46,7 @@ jobs:
|
|||
enable-cache: true
|
||||
cache-dependency-glob: "uv.lock"
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
- name: Install FastMCP
|
||||
run: uv sync --dev --locked
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue