Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:28:09 +08:00
commit 2871473096
4 changed files with 67 additions and 0 deletions

View File

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

8
.mcp.json Normal file
View File

@@ -0,0 +1,8 @@
{
"mcpServers": {
"next-devtools": {
"command": "npx",
"args": ["next-devtools-mcp@latest"]
}
}
}

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# next-devtools
MCP server for Next.js developer tooling

45
plugin.lock.json Normal file
View File

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