mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-18 03:29:11 +02:00
Fix MDX parsing error and update card images (#3213)
* Fix MDX parsing error and add broken link CI check Escape curly braces in docstring example that broke MDX parsing, update card images, and add docs broken link check to CI. * Revert CI broken link check — Mintlify runs this already * Use code fence instead of inline backticks for MDX escaping * chore: Update SDK documentation --------- Co-authored-by: marvin-context-protocol[bot] <225465937+marvin-context-protocol[bot]@users.noreply.github.com>
This commit is contained in:
parent
7aba0df323
commit
657298112b
5 changed files with 5 additions and 1 deletions
|
|
@ -102,13 +102,15 @@ or nested arguments.
|
|||
|
||||
**Examples:**
|
||||
|
||||
```
|
||||
fastmcp call server.py greet name=World
|
||||
fastmcp call server.py resource://docs/readme
|
||||
fastmcp call server.py analyze --prompt data='[1,2,3]'
|
||||
fastmcp call http://server/mcp create --input-json '{"tags": ["a","b"]}'
|
||||
```
|
||||
|
||||
|
||||
### `discover_command` <sup><a href="https://github.com/PrefectHQ/fastmcp/blob/main/src/fastmcp/cli/client.py#L875" target="_blank"><Icon icon="github" style="width: 14px; height: 14px;" /></a></sup>
|
||||
### `discover_command` <sup><a href="https://github.com/PrefectHQ/fastmcp/blob/main/src/fastmcp/cli/client.py#L877" target="_blank"><Icon icon="github" style="width: 14px; height: 14px;" /></a></sup>
|
||||
|
||||
```python
|
||||
discover_command() -> None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue