MCP
未申請Frappe MCP allows Frappe apps to function as MCP servers
インストール
pip install frappe-mcp未申請リスティング
このMCPサーバーはあなたのものですか?
このリスティングは公開情報から自動的にインデックスされました。申請することで、ページの編集、互換性の設定、成長ツールのアンロックができます。2分以内に完了します。
このサーバーを申請するツール(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.