diff --git a/opencode.jsonc b/opencode.jsonc new file mode 100644 index 0000000..48a7954 --- /dev/null +++ b/opencode.jsonc @@ -0,0 +1,9 @@ +{ + "$schema": "https://opencode.ai/config.json", + "mcp": { + "marketplace-scrape": { + "type": "remote", + "url": "http://localhost:4006/mcp" + } + } +}