"""In-app MCP server. Exposes Fabled Scribe data via the MCP streamable-HTTP transport. Auth uses the existing `api_keys` table: a Bearer token in the Authorization header resolves to a user, and every tool call acts on that user's data only. """ from scribe.mcp.server import build_mcp_server, mount_mcp __all__ = ["build_mcp_server", "mount_mcp"]