#!/usr/bin/env node
/**
 * SIA.Vision MCP Server
 *
 * Official MCP server for the SIA.Vision storytelling platform.
 * Enables AI agents like Claude to create and manage storyworlds,
 * characters, scenes, and narrative content.
 *
 * Usage:
 *   npx @sia-vision/mcp-server
 *
 * Environment Variables:
 *   SIA_API_KEY - Your SIA.Vision API key (required)
 *   SIA_MCP_BASE_URL - SIA Firebase Functions base URL (optional)
 *   DEBUG - Enable debug logging (optional)
 */
export {};
//# sourceMappingURL=index.d.ts.map