- general.continue/send - structuredViews.tagApplied/filterDone/filterTodo/propertyStatus - wizard.taskA/taskB - richTextEditor.preview*Tip (7 clés SlashPreview) - wizard.* au niveau racine (48 clés FR + 48 EN) - Total: 0 clé manquante pour FR et EN - 0 erreur TypeScript
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "memento-mcp-server",
|
|
"version": "3.2.0",
|
|
"description": "MCP Server for Memento - AI-powered note-taking app. Enhanced with error handling, metrics, rate limiting, and input validation. Provides 22 tools for notes, notebooks, labels, and reminders.",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"start:http": "node index-sse.js",
|
|
"start:sse": "node index-sse.js",
|
|
"dev": "MCP_LOG_LEVEL=debug node index-sse.js",
|
|
"test": "vitest run",
|
|
"test:perf": "node test/performance-test.js",
|
|
"test:connection": "node test/connection-test.js",
|
|
"test:validation": "node test/validation-test.js",
|
|
"validate": "node test/validate-config.js"
|
|
},
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.0.4",
|
|
"@prisma/client": "^5.22.0",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.22.1",
|
|
"zod": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.0.0",
|
|
"prisma": "^5.22.0",
|
|
"vitest": "^2.0.0"
|
|
},
|
|
"keywords": [
|
|
"mcp",
|
|
"memento",
|
|
"notes",
|
|
"ai",
|
|
"robust",
|
|
"observability",
|
|
"rate-limiting"
|
|
],
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
}
|