Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:54:59 +08:00
commit b67d305eb7
12 changed files with 959 additions and 0 deletions

11
.mcp.json Normal file
View File

@@ -0,0 +1,11 @@
{
"mcpServers": {
"nights-watch": {
"command": "${CLAUDE_PLUGIN_ROOT}/mcp-server/nights-watch-server.sh",
"env": {
"NIGHTS_WATCH_ROOT": "${CLAUDE_PLUGIN_ROOT}"
}
}
}
}