mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-24 06:24:18 +02:00
chore: Update SDK documentation (#2834)
Co-authored-by: marvin-context-protocol[bot] <225465937+marvin-context-protocol[bot]@users.noreply.github.com>
This commit is contained in:
parent
a6cd764b5f
commit
1700bc360b
59 changed files with 3023 additions and 1406 deletions
21
docs/python-sdk/fastmcp-tools-function_parsing.mdx
Normal file
21
docs/python-sdk/fastmcp-tools-function_parsing.mdx
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
title: function_parsing
|
||||
sidebarTitle: function_parsing
|
||||
---
|
||||
|
||||
# `fastmcp.tools.function_parsing`
|
||||
|
||||
|
||||
Function introspection and schema generation for FastMCP tools.
|
||||
|
||||
## Classes
|
||||
|
||||
### `ParsedFunction` <sup><a href="https://github.com/jlowin/fastmcp/blob/main/src/fastmcp/tools/function_parsing.py#L62" target="_blank"><Icon icon="github" style="width: 14px; height: 14px;" /></a></sup>
|
||||
|
||||
**Methods:**
|
||||
|
||||
#### `from_function` <sup><a href="https://github.com/jlowin/fastmcp/blob/main/src/fastmcp/tools/function_parsing.py#L70" target="_blank"><Icon icon="github" style="width: 14px; height: 14px;" /></a></sup>
|
||||
|
||||
```python
|
||||
from_function(cls, fn: Callable[..., Any], exclude_args: list[str] | None = None, validate: bool = True, wrap_non_object_output_schema: bool = True) -> ParsedFunction
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue