skill_to_mcp.tools._skills

skill_to_mcp.tools._skills#

MCP tools for accessing Claude Skills from the skills directory.

Functions#

register_skill_tools(→ None)

Register skill tools with the MCP server.

Module Contents#

skill_to_mcp.tools._skills.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.