[VSCode MCP Support](https://code.visualstudio.com/docs/copilot/chat/mcp-servers) VS Code can have a `.vscode/mcp.json` folder in a workspace directory. When opencode starts up in a project folder, part of config loading could also check for a `.vscode/mcp.json` and also load those servers. I think supporting [VSCode Variables](https://code.visualstudio.com/docs/reference/variables-reference) would be nice (I think the main one I care about is `${workspaceFolder}` for servers that need a directory input). This is useful for project specific MCP servers that I don't want for every opencode session.