Open
Description
Describe the bug
It's more an inconsistence than a bug but there is no "inputSchema" field in mcp.tool decorator while it's available in Tool
To Reproduce
@mcp.tool(
name="Name",
description=(
"description"
),
inputSchema = {}
)
Expected behavior
Add of mcp tool to mcp server
Current behavior
TypeError: FastMCP.tool() got an unexpected keyword argument 'inputSchema'
Metadata
Metadata
Assignees
Labels
No labels