Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:04:38 +08:00
commit a8ca44466e
3 changed files with 62 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"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"
]
}
}
}