UNPKG

@kinetixarts/craft-it-mcp-server

Version:

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

4 lines (3 loc) 124 B
import { FastMCP } from "fastmcp"; declare function startServer(): Promise<FastMCP<undefined>>; export default startServer;