mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 07:09:11 +02:00
Remove 3.x-era compatibility shims (#4661)
* Remove 3.x-era compatibility shims * Require response_type in ctx.elicit() * Name the utilities path for the two non-re-exported auth helpers * Point sampling handler migration at its submodule
This commit is contained in:
parent
1550eea886
commit
ea7fb8cb2e
28 changed files with 150 additions and 285 deletions
|
|
@ -1,7 +1,7 @@
|
|||
"""Example: Downloading skills from an MCP server.
|
||||
|
||||
This example shows how to use the skills client utilities to discover
|
||||
and download skills from any MCP server that exposes them via SkillsProvider.
|
||||
and download skills from any MCP server that exposes them via a skills provider.
|
||||
|
||||
Run this script:
|
||||
uv run python examples/skills/download_skills.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue