From a8ca44466e01e34a6d1e08778f13735ab131a546 Mon Sep 17 00:00:00 2001 From: Zhongwei Li Date: Sun, 30 Nov 2025 09:04:38 +0800 Subject: [PATCH] Initial commit --- .claude-plugin/plugin.json | 18 +++++++++++++++++ README.md | 3 +++ plugin.lock.json | 41 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 62 insertions(+) create mode 100644 .claude-plugin/plugin.json create mode 100644 README.md create mode 100644 plugin.lock.json diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..21c8af8 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -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" + ] + } + } +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..f94a71b --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# jot-mcp + +Lightweight MCP server for maintaining coding context across sessions diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..d5d20f2 --- /dev/null +++ b/plugin.lock.json @@ -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": [] + } +} \ No newline at end of file