sia-vision-mcp-server
Version:
Enhanced v2 MCP server with improved error handling, validation, and comprehensive tool schemas for SIA.Vision storytelling platform
18 lines • 520 B
TypeScript
/**
* 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