chore: generate

This commit is contained in:
opencode-agent[bot] 2026-06-11 21:07:32 +00:00
commit cd2e6f06ee
2 changed files with 4 additions and 0 deletions

View file

@ -1875,6 +1875,7 @@ export type McpLocalConfig = {
* Command and arguments to run the MCP server
*/
command: Array<string>
cwd?: string
environment?: {
[key: string]: string
}