MCP — Model Context Protocol Server ==================================== The MCP package implements a Model Context Protocol server for integration with Claude Code and other AI tools. .. note:: The ``server`` and ``handlers`` modules require the ``mcp`` package at import time. Install with ``pip install jott-cli[mcp]`` to use them. Their API docs are generated only when ``mcp`` is installed. Server ------ .. automodule:: jot.mcp.server :members: :undoc-members: :noindex: Handlers -------- .. automodule:: jot.mcp.handlers :members: :undoc-members: :noindex: Schemas ------- .. automodule:: jot.mcp.schemas :members: :undoc-members: