skill_to_mcp.tools#
Submodules#
Functions#
|
Register skill tools with the MCP server. |
Package Contents#
- skill_to_mcp.tools.register_skill_tools(mcp_server: fastmcp.FastMCP, skills_dir: str | pathlib.Path) None#
Register skill tools with the MCP server.
- Parameters:
mcp_server (FastMCP) – The FastMCP server instance to register tools with.
skills_dir (str | Path) – Path to the directory containing skill subdirectories.