mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 05:24:18 +02:00
Bump mcp to 1.7.1
This commit is contained in:
parent
d999c9545e
commit
43ab9dc20c
3 changed files with 529 additions and 517 deletions
|
|
@ -7,7 +7,7 @@ dependencies = [
|
|||
"python-dotenv>=1.1.0",
|
||||
"exceptiongroup>=1.2.2",
|
||||
"httpx>=0.28.1",
|
||||
"mcp>=1.6.0,<2.0.0",
|
||||
"mcp>=1.7.1,<2.0.0",
|
||||
"openapi-pydantic>=0.5.1",
|
||||
"rich>=13.9.4",
|
||||
"typer>=0.15.2",
|
||||
|
|
|
|||
|
|
@ -195,6 +195,7 @@ class TestTools:
|
|||
|
||||
assert tools[0].model_dump() == dict(
|
||||
name="create_user_users_post",
|
||||
annotations=None,
|
||||
description=IsStr(regex=r"^Create a new user\..*$", regex_flags=re.DOTALL),
|
||||
inputSchema={
|
||||
"type": "object",
|
||||
|
|
@ -207,6 +208,7 @@ class TestTools:
|
|||
)
|
||||
assert tools[1].model_dump() == dict(
|
||||
name="update_user_name_users__user_id__name_patch",
|
||||
annotations=None,
|
||||
description=IsStr(
|
||||
regex=r"^Update a user's name\..*$", regex_flags=re.DOTALL
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue