mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-19 20:14:17 +02:00
41 lines
1.1 KiB
Text
41 lines
1.1 KiB
Text
---
|
|
title: inspect
|
|
sidebarTitle: inspect
|
|
---
|
|
|
|
# `fastmcp.utilities.inspect`
|
|
|
|
|
|
Utilities for inspecting FastMCP instances.
|
|
|
|
## Classes
|
|
|
|
### `ToolInfo` <sup><a href="https://github.com/jlowin/fastmcp/blob/main/src/fastmcp/utilities/inspect.py#L16"><Icon icon="github" size="14" /></a></sup>
|
|
|
|
|
|
Information about a tool.
|
|
|
|
|
|
### `PromptInfo` <sup><a href="https://github.com/jlowin/fastmcp/blob/main/src/fastmcp/utilities/inspect.py#L29"><Icon icon="github" size="14" /></a></sup>
|
|
|
|
|
|
Information about a prompt.
|
|
|
|
|
|
### `ResourceInfo` <sup><a href="https://github.com/jlowin/fastmcp/blob/main/src/fastmcp/utilities/inspect.py#L41"><Icon icon="github" size="14" /></a></sup>
|
|
|
|
|
|
Information about a resource.
|
|
|
|
|
|
### `TemplateInfo` <sup><a href="https://github.com/jlowin/fastmcp/blob/main/src/fastmcp/utilities/inspect.py#L54"><Icon icon="github" size="14" /></a></sup>
|
|
|
|
|
|
Information about a resource template.
|
|
|
|
|
|
### `FastMCPInfo` <sup><a href="https://github.com/jlowin/fastmcp/blob/main/src/fastmcp/utilities/inspect.py#L67"><Icon icon="github" size="14" /></a></sup>
|
|
|
|
|
|
Information extracted from a FastMCP instance.
|
|
|