Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:56:28 +08:00
commit 649ee65d21
4 changed files with 89 additions and 0 deletions

View File

@@ -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"
]
}

29
.mcp.json Normal file
View File

@@ -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}"
}
}
}

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# mcp-complex-projects
Task management, cognitive tools, and up-to-date documentation for complex project work

45
plugin.lock.json Normal file
View File

@@ -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": []
}
}