UNPKG

sia-vision-mcp-server

Version:

Enhanced v2 MCP server with improved error handling, validation, and comprehensive tool schemas for SIA.Vision storytelling platform

13 lines 532 B
/** * MCP Prompts for SIA.Vision * Guided creative workflow prompts for LLM assistance */ import { Prompt } from '@modelcontextprotocol/sdk/types.js'; export declare const storyPrompts: Prompt[]; export declare const characterPrompts: Prompt[]; export declare const worldBuildingPrompts: Prompt[]; export declare const genrePrompts: Prompt[]; export declare const workflowPrompts: Prompt[]; export declare const allPrompts: Prompt[]; export declare const promptContent: Record<string, string>; //# sourceMappingURL=index.d.ts.map