Added first mcp tool to test

This commit is contained in:
2026-02-08 23:19:44 +01:00
parent d75b0dafbc
commit 7dd02db3c9
4 changed files with 138 additions and 0 deletions

9
.cursor/mcp.json Normal file
View File

@@ -0,0 +1,9 @@
{
"mcpServers": {
"cariddi-android-adb": {
"command": "go",
"args": ["run", "./tests"],
"cwd": "${workspaceFolder}"
}
}
}