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) 200 B
import { FastMCP } from "fastmcp"; /** * Register all resources with the MCP server * @param server The FastMCP server instance */ export declare function registerResources(server: FastMCP): void;