2026-02-20 22:57:39 +01:00
|
|
|
{
|
|
|
|
|
"name": "laputa-mcp-server",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"description": "MCP server for Laputa vault operations",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "node index.js",
|
|
|
|
|
"test": "node --test test.js"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-02-20 22:59:00 +01:00
|
|
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
2026-02-28 20:11:52 +01:00
|
|
|
"gray-matter": "^4.0.3",
|
2026-02-20 22:59:00 +01:00
|
|
|
"ws": "^8.19.0"
|
2026-02-20 22:57:39 +01:00
|
|
|
}
|
|
|
|
|
}
|