first commit

This commit is contained in:
2026-06-25 06:25:30 +08:00
commit 561af47817
46 changed files with 2719 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"mcpServers": {
"deveco-mcp": {
"type": "stdio",
"command": "devecocli",
"args": [
"serve",
"mcp"
],
"env": {
"PROJECT_PATH": "G:\\Works\\YouleApp\\harmonyos\\gamelobby"
},
"enabled": true
}
}
}