UNPKG

@kinetixarts/server-craft-it

Version:

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

7 lines (6 loc) 196 B
import { FastMCP } from "fastmcp"; /** * Register all prompts with the MCP server * @param server The FastMCP server instance */ export declare function registerPrompts(server: FastMCP): void;