18 lines
334 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
} |