OsamaBinLikhon commited on
Commit
2954623
·
verified ·
1 Parent(s): 266dd51

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +1 -0
  2. opencode.json +19 -0
README.md CHANGED
@@ -10,3 +10,4 @@ pinned: false
10
  # OpenCode Web Space
11
 
12
  This space runs [OpenCode.ai](https://opencode.ai) web interface.
 
 
10
  # OpenCode Web Space
11
 
12
  This space runs [OpenCode.ai](https://opencode.ai) web interface.
13
+ # Update to trigger build Mon Feb 16 10:11:18 EST 2026
opencode.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "$schema": "https://opencode.ai/config.json",
3
+ "mcp": {
4
+ "chrome-devtools": {
5
+ "type": "local",
6
+ "command": ["npx", "-y", "chrome-devtools-mcp@latest"],
7
+ "enabled": true
8
+ },
9
+ "playwright": {
10
+ "type": "local",
11
+ "command": ["npx", "-y", "@playwright/mcp@latest"],
12
+ "enabled": true
13
+ }
14
+ },
15
+ "server": {
16
+ "port": 7860,
17
+ "hostname": "0.0.0.0"
18
+ }
19
+ }