ai-flashmob-mcp
Version:
MCP server for AI-powered flashcard generation
44 lines (43 loc) • 948 B
JSON
{
"name": "ai-flashmob-mcp",
"version": "0.0.10",
"description": "MCP server for AI-powered flashcard generation",
"main": "index.js",
"type": "module",
"bin": {
"ai-flashmob-mcp": "index.js"
},
"preferGlobal": true,
"scripts": {
"start": "node index.js",
"dev": "node --watch index.js",
"test": "node test/test-connection.js"
},
"keywords": [
"mcp",
"flashcards",
"ai",
"education",
"study"
],
"author": "AI Flashmob",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.15.0",
"node-fetch": "^3.3.2"
},
"devDependencies": {
"@types/node": "^24.0.0"
},
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aiflashmob/ai-flashmob.git"
},
"bugs": {
"url": "https://github.com/aiflashmob/ai-flashmob/issues"
},
"homepage": "https://github.com/your-repo/ai-flashmob#readme"
}