skill_to_mcp.mcp
================

.. py:module:: skill_to_mcp.mcp


Attributes
----------

.. autoapisummary::

   skill_to_mcp.mcp.mcp


Functions
---------

.. autoapisummary::

   skill_to_mcp.mcp.initialize_mcp


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

.. py:function:: initialize_mcp(skills_dir: str | pathlib.Path) -> fastmcp.FastMCP

   Initialize the FastMCP server with a specific skills directory.

   :param skills_dir: Path to the directory containing skill subdirectories with SKILL.md files.
   :type skills_dir: str | Path

   :returns: Initialized MCP server with skill tools registered.
   :rtype: FastMCP


.. py:data:: mcp
   :type:  fastmcp.FastMCP | None
   :value: None


