chore: update opencode workflow and local config
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user