mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 15:19:10 +02:00
Fix broken links
This commit is contained in:
parent
eecd4212ab
commit
28315a0127
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ icon: link
|
|||
|
||||
The FastMCP `Client` relies on a `ClientTransport` object to handle the specifics of connecting to and communicating with an MCP server. FastMCP provides several built-in transport implementations for common connection methods.
|
||||
|
||||
While the `Client` often infers the correct transport automatically (see [Client Overview](/clients/overview#transport-inference)), you can also instantiate transports explicitly for more control.
|
||||
While the `Client` often infers the correct transport automatically (see [Client Overview](/clients/client#transport-inference)), you can also instantiate transports explicitly for more control.
|
||||
|
||||
|
||||
## Stdio Transports
|
||||
|
|
|
|||
|
|
@ -230,7 +230,7 @@ async def generate_example(concept: str, ctx: Context) -> str:
|
|||
return f"```python\n{code_example}\n```"
|
||||
```
|
||||
|
||||
See [Client Sampling](/clients/overview#llm-sampling) for more details on how clients handle these requests.
|
||||
See [Client Sampling](/clients/client#llm-sampling) for more details on how clients handle these requests.
|
||||
|
||||
### Request Information
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue