Tor Arne Vestbø
Tor Arne Vestbø
From the sources it looks like MCPX expects the "command" to be `docker`. So I need to manually make it `docker run --rm uvx mcp-server-time --local-timezone=America/New_York` ? What image should...
Okey, so to use docker you indeed have to manually ask for that, using the command: ``` { "time": { "command": "docker", "args": [ "run", "-i", "--rm", "mcp/time" ] }...
Perhaps MCPX should automatically isolate using a default image that has `uvx`/`npx` installed, if a custom docker command is not specified?
@roygab Something like that would be really cool!
@ndeloof this still reproduces for me: ``` services: caddy-reproducer: image: caddy:2.9.1 restart: unless-stopped ports: - "80:80" - "443:443" - "443:443/udp" develop: watch: - action: sync+restart path: . target: /tmp ```...
``` ❯ docker compose version Docker Compose version 2.32.1 ```
Strange :) In my case I'm running `docker compose up --watch` on my laptop, but with the docker context pointing to my NAS. Could that affect this somehow?
I'd love to see this upstreamed, so that I can use `reclient` with BuildBuddy to observe build events for any build wrapped by `reclient`
Do you have an additional condition then for step #3 to allow you to trigger media keys via `fn` @iay ? Trying your workaround in 15.2.0 it is able to...
Thanks @iay ! I have my function keys already set up in the Karabiner UI, so I hope there's some way to override the fn/media-key choice per app without duplicating...