From 28714730966542305492d2ddc9f5c97cff2d9c81 Mon Sep 17 00:00:00 2001 From: Zhongwei Li Date: Sun, 30 Nov 2025 08:28:09 +0800 Subject: [PATCH] Initial commit --- .claude-plugin/plugin.json | 11 ++++++++++ .mcp.json | 8 +++++++ README.md | 3 +++ plugin.lock.json | 45 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 67 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..d73019a --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,11 @@ +{ + "name": "next-devtools", + "description": "MCP server for Next.js developer tooling", + "version": "0.1.0", + "author": { + "name": "Contributor" + }, + "mcp": [ + "./.mcp.json" + ] +} \ No newline at end of file diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 0000000..fcfe941 --- /dev/null +++ b/.mcp.json @@ -0,0 +1,8 @@ +{ + "mcpServers": { + "next-devtools": { + "command": "npx", + "args": ["next-devtools-mcp@latest"] + } + } +} diff --git a/README.md b/README.md new file mode 100644 index 0000000..13f1c97 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# next-devtools + +MCP server for Next.js developer tooling diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..25dded1 --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:JNLei/claude-tools:plugins/mcp/next-devtools", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "a0e0c5908856554a5178d3ca906c1eac8f46098a", + "treeHash": "c309d51f9e5ea82939c022e2c103ef4197222835387e98a2b9c54c0f1279bdcd", + "generatedAt": "2025-11-28T10:11:44.018407Z", + "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": "next-devtools", + "description": "MCP server for Next.js developer tooling", + "version": "0.1.0" + }, + "content": { + "files": [ + { + "path": ".mcp.json", + "sha256": "2bd5fe28fe147cc165f74bd8848a0d05449e24a1843a9d2b7e8bce4a69c3ca84" + }, + { + "path": "README.md", + "sha256": "f0c065f77f02fee52d24b52106abef212c9d302c4e7c9517040b8091d33e0c6b" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "4cc726fd0f786a9399a3ddfbb9e42c44792a667639b0e350ba9c566cbaccf0cd" + } + ], + "dirSha256": "c309d51f9e5ea82939c022e2c103ef4197222835387e98a2b9c54c0f1279bdcd" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file