23 lines
656 B
JSON
23 lines
656 B
JSON
{
|
|
"name": "mcp-lyricstudio",
|
|
"version": "1.0.0",
|
|
"description": "MCP server for HOT-Step Lyric Studio — lets Antigravity act as the LLM",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"start": "tsx src/index.ts",
|
|
"build": "echo No build step - runs from source via tsx; prompts are shared from server/src/services/lireek/prompts.ts",
|
|
"dev": "tsx watch src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.12.1",
|
|
"better-sqlite3": "^11.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/better-sqlite3": "^7.6.12",
|
|
"@types/node": "^22.15.0",
|
|
"tsx": "^4.19.0",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|