Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:56:51 +08:00
commit 5f35fd2127
4 changed files with 74 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "serena-plugin",
"description": "serena MCP Server, 開始時にプロジェクトのアクティベートを促すHooksを提供します。",
"version": "1.0.0",
"author": {
"name": "shi."
},
"hooks": [
"./hooks"
]
}