mr3y
mr3yy.bsky.social
mr3y
@mr3yy.bsky.social
Android Engineer
I'm confused. Is there any difference between this mcp server vs. this one: github.com/JetBrains/mc...?

Or are they basically the same thing?
GitHub - JetBrains/mcp-jetbrains: A model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
A model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio - JetBrains/mcp-jetbrains
github.com
June 29, 2025 at 4:56 PM
Reposted by mr3y
doesn't seem so, no! this is a really trivial optimization. i would have been very surprised if the kotlin compiler didn't do it tbh
godbolt.org/z/v45fWWMrn
Compiler Explorer - Kotlin (kotlinc 2.1.0)
// Type your code here, or load an example. fun if_(blah: Int, then_: Int, else_: Int): Int { return if (blah == 42) then_ else else_ } fun when_(blah: Int, then_: Int, else_: Int): Int { re...
godbolt.org
April 24, 2025 at 2:29 PM
because I use Obsidian frequently (at work, in my daily personal life...etc), and I take notes all the time, but the problem was they weren't not in Sync. So, this is very helpful to me!
April 3, 2025 at 12:01 AM
Not exactly, but AFAIK Android studio lists devices in alphabetical order and selects the first one of the list by default. So you can prefix the device you want to see first with 'a' or 'aa' or whatever until it shows up first in the list.
January 19, 2025 at 11:24 PM