MCP
未认领Frappe MCP allows Frappe apps to function as MCP servers
安装
pip install frappe-mcp工具(5 个)
annotations
(optional dict): Additional context about the tool, such as validation information or examples of how to use it. This should be a dictionary conforming to the ToolAnnotations TypedDict structure.
description
(optional str): A description of what the tool does. If not provided, it will be extracted from the function's docstring.
input_schema
(optional dict): The JSON schema for the tool's input. If not provided, it will be inferred from the function's signature and docstring.
name
(optional str): The name of the tool. If not provided, the function's name will be used.
use_entire_docstring
(optional bool): If True, the entire docstring will be used as the tool's description. Otherwise, only the first section is used (i.e. no Args). Defaults to False.