UNPKG

@kinetixarts/server-craft-it

Version:

Craft IT - Model Context Protocol (MCP) compliant Server for AI-Powered Asset Generation using Gemini

10 lines (9 loc) 241 B
import { FastMCP } from "fastmcp"; /** * Register all tools with the MCP server * * @param server The FastMCP server instance */ export declare function registerTools(server: FastMCP, config?: { outputPath?: string | null; }): void;