chore: Rename non dev to computer controller (#788)

Co-authored-by: Angie Jones <jones.angie@gmail.com>
This commit is contained in:
Bradley Axen
2025-01-26 09:36:59 -08:00
committed by GitHub
parent 4548710f2f
commit 03f87e2b57
9 changed files with 31 additions and 31 deletions
+3 -3
View File
@@ -12,11 +12,11 @@
"environmentVariables": []
},
{
"id": "nondeveloper",
"id": "computercontroller",
"name": "Computer Controller",
"description": "Built-in computer controlls for webscraping, file caching, and automations",
"description": "Built-in computer controls for webscraping, file caching, and automations",
"command": "",
"link": "https://github.com/block/goose/tree/v1.0/crates/goose-mcp/src/nondeveloper",
"link": "https://github.com/block/goose/tree/v1.0/crates/goose-mcp/src/computercontroller",
"installation_notes": "This is a built-in extension that comes with goose and can be enabled in the Settings page under 'Extensions'.",
"is_builtin": true,
"endorsed": true,