JustAMCPToolCategoryBridge๏ƒ

Inherits: Object

Adapts a JustAMCP tool category into a registered toolset provider.

Description๏ƒ

Bridges a single tool category to JustAMCPToolsetRegistry by forwarding schema collection and execution to JustAMCPToolExecutor. Used when modular toolsets expose category-scoped tools through discovery meta-tools.

Methods๏ƒ

Dictionary

execute_tool(tool_name: String, arguments: Dictionary)

Array

provide_tool_schemas(register_only: bool = false, ignore_settings: bool = false, include_disabled_tools: bool = false)


Method Descriptions๏ƒ

Dictionary execute_tool(tool_name: String, arguments: Dictionary) ๐Ÿ”—

Executes tool_name within this bridge's category via JustAMCPToolExecutor and returns the tool response dictionary.


Array provide_tool_schemas(register_only: bool = false, ignore_settings: bool = false, include_disabled_tools: bool = false) ๐Ÿ”—

Returns MCP JSON schema dictionaries for tools in this bridge's category. Set register_only for registration metadata only, or ignore_settings to bypass editor filtering.