sia-vision-mcp-server
Version:
Enhanced v2 MCP server with improved error handling, validation, and comprehensive tool schemas for SIA.Vision storytelling platform
53 lines (52 loc) • 1.29 kB
JSON
{
"name": "sia-vision-mcp-server",
"version": "1.4.0",
"description": "Enhanced v2 MCP server with improved error handling, validation, and comprehensive tool schemas for SIA.Vision storytelling platform",
"main": "dist/index.js",
"bin": {
"sia-vision-mcp-server": "dist/index.js"
},
"type": "module",
"scripts": {
"build": "tsc && chmod +x dist/index.js && chmod +x dist/http-server.js",
"dev": "tsx watch src/index.ts",
"dev:http": "tsx watch src/http-server.ts",
"start": "node dist/index.js",
"start:http": "node dist/http-server.js",
"prepublish": "npm run build",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.2",
"axios": "^1.6.0",
"dotenv": "^16.6.1",
"express": "^4.18.0"
},
"devDependencies": {
"@types/express": "^4.17.0",
"@types/node": "^20.19.9",
"tsx": "^4.0.0",
"typescript": "^5.0.0"
},
"files": [
"dist/**/*",
"README.md"
],
"keywords": [
"mcp",
"model-context-protocol",
"storytelling",
"ai",
"claude",
"chatgpt",
"sia-vision"
],
"repository": {
"type": "git",
"url": "git+https://github.com/sia-vision/sia-modern.git"
},
"engines": {
"node": ">=18.0.0"
},
"private": false
}