summaryrefslogtreecommitdiffhomepage
path: root/opencode.json
diff options
context:
space:
mode:
Diffstat (limited to 'opencode.json')
-rw-r--r--opencode.json16
1 files changed, 0 insertions, 16 deletions
diff --git a/opencode.json b/opencode.json
deleted file mode 100644
index 3404b141f..000000000
--- a/opencode.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "$schema": "http://opencode.ai/config.json",
- "mcp": {
- "localmcp": {
- "type": "local",
- "command": ["bun", "x", "my-mcp-command"],
- "environment": {
- "MY_ENV_VAR": "my_env_var_value"
- }
- },
- "remotemcp": {
- "type": "remote",
- "url": "https://my-mcp-server.com"
- }
- }
-}