Skip to content

Commit 96a36a4

Browse files
committed
feat: android mcp
1 parent 45b767a commit 96a36a4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

home-manager/development/opencode.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,11 @@ in
177177
];
178178
enabled = true;
179179
};
180+
android = {
181+
type = "remote";
182+
url = "http://localhost:3134/sse";
183+
enabled = true;
184+
};
180185
};
181186
};
182187
};

0 commit comments

Comments
 (0)