buildmymcpserver/apps
Marco Sadjadi 31bfeed9dd
All checks were successful
Deploy to Production / deploy (push) Successful in 1m27s
feat(dashboard): delete button on server detail page
The DELETE /v1/servers/:id endpoint existed (tears down the runner
container + removes the row) but nothing in the UI called it, so
servers could only be removed via SSH+psql. Adds a danger-variant
button in the top-right of the detail header with a native confirm,
spinner state, and inline error surfacing. Redirects to /servers
on success.
2026-05-28 21:44:52 +02:00
..
api fix(oauth): accept client_secret_basic on /oauth/token (RFC 6749 §2.3.1) 2026-05-28 21:28:23 +02:00
generator fix(runner): alias params/input to args so tool implementations don't ReferenceError 2026-05-28 21:39:11 +02:00
runner-template fix(docker): healthcheck must hit 127.0.0.1, not localhost 2026-05-21 18:07:01 +02:00
web feat(dashboard): delete button on server detail page 2026-05-28 21:44:52 +02:00