Initial commit
This commit is contained in:
18
.claude-plugin/plugin.json
Normal file
18
.claude-plugin/plugin.json
Normal 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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
3
README.md
Normal file
3
README.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# jot-mcp
|
||||||
|
|
||||||
|
Lightweight MCP server for maintaining coding context across sessions
|
||||||
41
plugin.lock.json
Normal file
41
plugin.lock.json
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
{
|
||||||
|
"$schema": "internal://schemas/plugin.lock.v1.json",
|
||||||
|
"pluginId": "gh:veelenga/jot-mcp:",
|
||||||
|
"normalized": {
|
||||||
|
"repo": null,
|
||||||
|
"ref": "refs/tags/v20251128.0",
|
||||||
|
"commit": "90515e56a391b91799d2344687ea7eb70917d332",
|
||||||
|
"treeHash": "937586808c8e3d985a5ffadab419b821f5cc13b262dc43185439aad45868709c",
|
||||||
|
"generatedAt": "2025-11-28T10:28:54.646444Z",
|
||||||
|
"toolVersion": "publish_plugins.py@0.2.0"
|
||||||
|
},
|
||||||
|
"origin": {
|
||||||
|
"remote": "git@github.com:zhongweili/42plugin-data.git",
|
||||||
|
"branch": "master",
|
||||||
|
"commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390",
|
||||||
|
"repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data"
|
||||||
|
},
|
||||||
|
"manifest": {
|
||||||
|
"name": "jot-mcp",
|
||||||
|
"description": "Lightweight MCP server for maintaining coding context across sessions",
|
||||||
|
"version": "0.1.0"
|
||||||
|
},
|
||||||
|
"content": {
|
||||||
|
"files": [
|
||||||
|
{
|
||||||
|
"path": "README.md",
|
||||||
|
"sha256": "99d01026d21ad5bc28b626a0cbe174977f05e4d65c27c5769822850d067c2451"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": ".claude-plugin/plugin.json",
|
||||||
|
"sha256": "5e1f0436f70a3f2f273c790a8ecbd9f969e05e3882fa77cc5d04f3905c4dbb46"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"dirSha256": "937586808c8e3d985a5ffadab419b821f5cc13b262dc43185439aad45868709c"
|
||||||
|
},
|
||||||
|
"security": {
|
||||||
|
"scannedAt": null,
|
||||||
|
"scannerVersion": null,
|
||||||
|
"flags": []
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user