UNPKG

@kinetixarts/craft-it-mcp-server

Version:

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

8 lines (7 loc) 195 B
import { FastMCP } from "fastmcp"; /** * Register all tools with the MCP server * * @param server The FastMCP server instance */ export declare function registerTools(server: FastMCP): void;