chore: update opencode workflow and local config

This commit is contained in:
alex wiesner
2026-03-12 12:14:33 +00:00
parent 86fca23261
commit 95974224f8
31 changed files with 1058 additions and 52 deletions

View File

@@ -31,7 +31,7 @@
"playwright": {
"type": "local",
"command": [
"npx",
"bunx",
"@playwright/mcp@latest",
"--headless",
"--browser",
@@ -40,13 +40,24 @@
"enabled": true
},
"basic-memory": {
"type": "local",
"command": ["uvx", "basic-memory", "mcp"],
"enabled": true
},
"ast-grep": {
"type": "local",
"command": [
"uvx",
"basic-memory",
"mcp"
"--from",
"git+https://github.com/ast-grep/ast-grep-mcp",
"ast-grep-server"
],
"enabled": true
},
"codebase-memory": {
"type": "local",
"command": ["codebase-memory-mcp", "mcp"],
"enabled": true
}
}
}