Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:48:45 +08:00
commit 9c985816e7
4 changed files with 69 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "dmv",
"description": "Do git the way I like",
"version": "1.0.0",
"author": {
"name": "racurry",
"email": "zhongweili@tubi.tv"
},
"mcp": [
"./.mcp.json"
]
}

9
.mcp.json Normal file
View File

@@ -0,0 +1,9 @@
{
"github": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_PERSONAL_ACCESS_TOKEN}"
}
}
}

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# dmv
Do git the way I like

45
plugin.lock.json Normal file
View File

@@ -0,0 +1,45 @@
{
"$schema": "internal://schemas/plugin.lock.v1.json",
"pluginId": "gh:racurry/neat-little-package:plugins/dmv",
"normalized": {
"repo": null,
"ref": "refs/tags/v20251128.0",
"commit": "bdab4fc6df4f83d1ead11687bc91b9c383788693",
"treeHash": "ff4b4f32b0ddea03afc059818ff7cc592e18c76e67b119737df34ea34a69235b",
"generatedAt": "2025-11-28T10:27:43.076469Z",
"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": "dmv",
"description": "Do git the way I like",
"version": "1.0.0"
},
"content": {
"files": [
{
"path": ".mcp.json",
"sha256": "c86172839fe374ce2598a1040aab0e5a91fdf1a4eaeaf5f69fd096381a1fb078"
},
{
"path": "README.md",
"sha256": "a417026a503225a802a3e873da1832a86e615859a23a9c1e0c8fe60afa15de45"
},
{
"path": ".claude-plugin/plugin.json",
"sha256": "b712a8c53c0e2af72b622b7ac41e4c7b11c8c4b4f715ead615e9f1489ab216d6"
}
],
"dirSha256": "ff4b4f32b0ddea03afc059818ff7cc592e18c76e67b119737df34ea34a69235b"
},
"security": {
"scannedAt": null,
"scannerVersion": null,
"flags": []
}
}