skill_to_mcp.tools._skills
==========================

.. py:module:: skill_to_mcp.tools._skills

.. autoapi-nested-parse::

   MCP tools for accessing Claude Skills from the skills directory.



Functions
---------

.. autoapisummary::

   skill_to_mcp.tools._skills.register_skill_tools


Module Contents
---------------

.. py:function:: register_skill_tools(mcp_server: fastmcp.FastMCP, skills_dir: str | pathlib.Path) -> None

   Register skill tools with the MCP server.

   :param mcp_server: The FastMCP server instance to register tools with.
   :type mcp_server: FastMCP
   :param skills_dir: Path to the directory containing skill subdirectories.
   :type skills_dir: str | Path


