From aee325136f59da4c85a3e07167642f1d26fbb64c Mon Sep 17 00:00:00 2001 From: Zhongwei Li Date: Sun, 30 Nov 2025 08:55:49 +0800 Subject: [PATCH] Initial commit --- .claude-plugin/plugin.json | 14 +++++++++++++ README.md | 3 +++ plugin.lock.json | 41 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 58 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..12f0459 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,14 @@ +{ + "name": "mcp-plugin", + "description": "Shared MCP server configuration plugin for OP platform integration", + "version": "1.0.3", + "author": { + "name": "Your Team" + }, + "mcp": { + "op": { + "type": "http", + "url": "https://op-mcp-test.blacklake.tech/mcp" + } + } +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..6155c89 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# mcp-plugin + +Shared MCP server configuration plugin for OP platform integration diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..c7ab7f7 --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,41 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:SeSiTing/siti-claude-marketplace:plugins/mcp-plugin", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "4358f036ca1c2b1372616c25d212478422cfda0b", + "treeHash": "1252a21cdcca58047f6ea72ea0b7d32325f7fd4bbf9bc3b8ff2473997a9b0c94", + "generatedAt": "2025-11-28T10:12:45.980655Z", + "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": "mcp-plugin", + "description": "Shared MCP server configuration plugin for OP platform integration", + "version": "1.0.3" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "4e0809fb776c6e40ef7121c456fa04d3083cb6d0785030bf68c3584e91418f61" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "260629cbd9b44ff31c40b271fe3fb7658481ca7ef09861f8c5917da87bf9af35" + } + ], + "dirSha256": "1252a21cdcca58047f6ea72ea0b7d32325f7fd4bbf9bc3b8ff2473997a9b0c94" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file