Files
gh-veelenga-jot-mcp/.claude-plugin/plugin.json
2025-11-30 09:04:38 +08:00

18 lines
334 B
JSON

{
"name": "jot-mcp",
"description": "Lightweight MCP server for maintaining coding context across sessions",
"version": "0.1.0",
"author": {
"name": "veelenga",
"url": "https://github.com/veelenga"
},
"mcp": {
"jot": {
"command": "npx",
"args": [
"-y",
"jot-mcp"
]
}
}
}