misonote-mcp
Version:
MCP (Model Context Protocol) client for Misonote Markdown documentation system - AI-native document management
65 lines (64 loc) • 1.79 kB
JSON
{
"name": "misonote-mcp",
"version": "1.1.0",
"description": "MCP (Model Context Protocol) client for Misonote Markdown documentation system - AI-native document management",
"main": "misonote-mcp-client.js",
"bin": {
"misonote-mcp": "./misonote-mcp-client.js"
},
"scripts": {
"start": "node misonote-mcp-client.js",
"test": "echo \"Error: no test specified\" && exit 1",
"test-local": "MCP_API_KEY=test_key MCP_SERVER_URL=http://localhost:3000 node misonote-mcp-client.js",
"prepublishOnly": "echo 'Ready to publish misonote-mcp to NPM'",
"publish:npm": "./scripts/publish-npm.sh",
"publish:check": "npm pack --dry-run",
"version:patch": "npm version patch && git push --tags",
"version:minor": "npm version minor && git push --tags",
"version:major": "npm version major && git push --tags"
},
"keywords": [
"mcp",
"model-context-protocol",
"markdown",
"documentation",
"cursor",
"ai",
"misonote",
"document-management",
"knowledge-base",
"memory-system",
"ai-assistant",
"text-editor",
"productivity",
"claude",
"chatgpt",
"llm"
],
"author": {
"name": "leeguo",
"email": "leeguooooo@gmail.com",
"url": "https://github.com/leeguooooo"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/leeguooooo/misonote-mcp-client.git"
},
"homepage": "https://github.com/leeguooooo/misonote-mcp-client#readme",
"bugs": {
"url": "https://github.com/leeguooooo/misonote-mcp-client/issues"
},
"engines": {
"node": ">=16.0.0"
},
"files": [
"misonote-mcp-client.js",
"README.md",
"package.json"
],
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0",
"axios": "^1.9.0"
}
}