{ "name": "why-note-mcp", "version": "0.1.0", "description": "Read-only MCP server for searching and reading a WhyNote account", "type": "module", "bin": { "why-note-mcp": "server.mjs" }, "files": [ "server.mjs" ], "scripts": { "test": "node --check server.mjs && node --test test/*.test.mjs", "pack:check": "npm pack --dry-run" }, "engines": { "node": ">=18" }, "keywords": [ "mcp", "model-context-protocol", "whynote", "notes" ], "mcpName": "io.github.Coooolinz/why-note", "repository": { "type": "git", "url": "git+https://github.com/Coooolinz/why-note-mcp.git" }, "homepage": "https://github.com/Coooolinz/why-note-mcp#readme", "bugs": { "url": "https://github.com/Coooolinz/why-note-mcp/issues" }, "license": "MIT", "publishConfig": { "access": "public" } }