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

.. py:module:: skill_to_mcp.tools


Submodules
----------

.. toctree::
   :maxdepth: 1

   /autoapi/skill_to_mcp/tools/_skills/index


Functions
---------

.. autoapisummary::

   skill_to_mcp.tools.register_skill_tools


Package 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


