Review of "Desktop Automation - MCP" version 2

Details Page Preview

Exposes D-Bus API for desktop automation (screenshots, window management, input injection). Designed for use with MCP-compatible AI assistants.

Extension Homepage
https://github.com/sbuysse/gnome-desktop-mcp

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental) error 2

Shexli found 2 issues that may need reviewer attention.

EGO-C49-003 error

extensions targeting GNOME 49 must not call maximize or unmaximize with Meta.MaximizeFlags

This extension explicitly targets GNOME Shell 49 but still passes `Meta.MaximizeFlags` to `maximize()` or `unmaximize()`.

Meta.Window

  • dbus.js:360
    win.maximize(Meta.MaximizeFlags.BOTH)
  • dbus.js:323
    win.unmaximize(Meta.MaximizeFlags.BOTH)
  • dbus.js:372
    win.unmaximize(Meta.MaximizeFlags.BOTH)

EGO-C49-004 error

extensions targeting GNOME 49 must not call Meta.Window.get_maximized

This extension explicitly targets GNOME Shell 49 but still calls removed `Meta.Window.get_maximized()`.

Meta.Window

  • dbus.js:320
    win.get_maximized()
  • windows.js:30
    win.get_maximized()
  • windows.js:54
    win.get_maximized()

All Versions

Version Status
2 Active
1 Rejected

Previous Reviews on this Version

JustPerfection active
Thanks!