From 649ee65d219e731ec9f6a9757cc67a2286c8497e Mon Sep 17 00:00:00 2001 From: Zhongwei Li Date: Sun, 30 Nov 2025 08:56:28 +0800 Subject: [PATCH] Initial commit --- .claude-plugin/plugin.json | 12 ++++++++++ .mcp.json | 29 ++++++++++++++++++++++++ README.md | 3 +++ plugin.lock.json | 45 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 89 insertions(+) create mode 100644 .claude-plugin/plugin.json create mode 100644 .mcp.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..4605a9c --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,12 @@ +{ + "name": "mcp-complex-projects", + "description": "Task management, cognitive tools, and up-to-date documentation for complex project work", + "version": "1.0.1", + "author": { + "name": "shavakan", + "email": "cs.changwon.lee@gmail.com" + }, + "mcp": [ + "./.mcp.json" + ] +} \ No newline at end of file diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 0000000..52dc571 --- /dev/null +++ b/.mcp.json @@ -0,0 +1,29 @@ +{ + "taskmaster-ai": { + "type": "stdio", + "command": "npx", + "args": ["-y", "--package=task-master-ai", "task-master-ai"], + "env": { + "ANTHROPIC_API_KEY": "${ANTHROPIC_API_KEY}", + "OPENAI_API_KEY": "${OPENAI_API_KEY}" + } + }, + "sequential-thinking": { + "type": "stdio", + "command": "npx", + "args": ["-y", "@modelcontextprotocol/server-sequential-thinking"] + }, + "time": { + "type": "stdio", + "command": "uvx", + "args": ["mcp-server-time"] + }, + "context7": { + "type": "stdio", + "command": "npx", + "args": ["-y", "@upstash/context7-mcp"], + "env": { + "CONTEXT7_API_KEY": "${CONTEXT7_API_KEY}" + } + } +} diff --git a/README.md b/README.md new file mode 100644 index 0000000..3d8000c --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# mcp-complex-projects + +Task management, cognitive tools, and up-to-date documentation for complex project work diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..2d6c85f --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:Shavakan/claude-marketplace:mcps/complex-projects", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "85e56f93affa0189460fff69468db7c1c134ac2a", + "treeHash": "24c2d6adcf85169eb7e9c11e67a24775cbd1e65b5fa8810e301511fa4138a20c", + "generatedAt": "2025-11-28T10:12:47.894941Z", + "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-complex-projects", + "description": "Task management, cognitive tools, and up-to-date documentation for complex project work", + "version": "1.0.1" + }, + "content": { + "files": [ + { + "path": ".mcp.json", + "sha256": "bc9da6405f3f2177ca2c10b1a158291ae0e23f3b849a635c72d9cd64fd55d964" + }, + { + "path": "README.md", + "sha256": "7d5d3fdad4a67c8d1d9efcb25211829a1d69fc87ecfaf441830faf7da2414f4e" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "4fcbd237a75555c3c4f6ed58b9f3e9ec9c0b0a42e7ea88b9b82c760a718586e0" + } + ], + "dirSha256": "24c2d6adcf85169eb7e9c11e67a24775cbd1e65b5fa8810e301511fa4138a20c" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file