Skip to content

Commit 085a789

Browse files
committed
Fix Discord bot icon
- Added proper Discord favicon URL to replace empty src - All platform icons are now properly configured and should display correctly
1 parent 1c945fd commit 085a789

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

INSTALLATION.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ claude-code --mcp "npx -y firecrawl-mcp"
135135
</details>
136136

137137
<details>
138-
<summary><img src="https://windsurf-editor.com/favicon.ico" width="16" height="16" alt="Windsurf" style="vertical-align: middle; margin-right: 8px;"> <strong>Windsurf</strong></summary>
138+
<summary><img src="https://windsurf.com/favicon.svg" width="16" height="16" alt="Windsurf" style="vertical-align: middle; margin-right: 8px;"> <strong>Windsurf</strong></summary>
139139

140140
**Location:** `~/.codeium/windsurf/model_config.json`
141141

@@ -268,7 +268,7 @@ claude-code --mcp "npx -y firecrawl-mcp"
268268
</details>
269269

270270
<details>
271-
<summary><img src="https://zed.dev/img/logo.svg" width="16" height="16" alt="Zed" style="vertical-align: middle; margin-right: 8px;"> <strong>Zed</strong></summary>
271+
<summary><img src="https://zed.dev/favicon_black_16.png" width="16" height="16" alt="Zed" style="vertical-align: middle; margin-right: 8px;"> <strong>Zed</strong></summary>
272272

273273
1. Open Zed settings (`Cmd/Ctrl + ,`)
274274
2. Navigate to Extensions → MCP
@@ -335,7 +335,7 @@ servers:
335335
</details>
336336
337337
<details>
338-
<summary><img src="https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/visualstudiocode.svg" width="16" height="16" alt="Roo Code" style="vertical-align: middle; margin-right: 8px;"> <strong>Roo Code</strong></summary>
338+
<summary><img src="https://avatars.githubusercontent.com/u/211522643?s=200&v=4" width="16" height="16" alt="Roo Code" style="vertical-align: middle; margin-right: 8px;"> <strong>Roo Code</strong></summary>
339339
340340
**Location:** `~/.roo/mcp-config.json`
341341

@@ -371,7 +371,7 @@ servers:
371371
</details>
372372

373373
<details>
374-
<summary><img src="https://opencode.dev/favicon.ico" width="16" height="16" alt="Opencode" style="vertical-align: middle; margin-right: 8px;"> <strong>Opencode</strong></summary>
374+
<summary><img src="https://opencode.ai/favicon.svg" width="16" height="16" alt="Opencode" style="vertical-align: middle; margin-right: 8px;"> <strong>Opencode</strong></summary>
375375

376376
1. Open Opencode preferences
377377
2. Navigate to MCP Servers
@@ -487,7 +487,7 @@ Same as IntelliJ IDEA configuration, adapted for Android Studio's settings locat
487487
</details>
488488

489489
<details>
490-
<summary><img src="https://continue.dev/favicon.ico" width="16" height="16" alt="Continue.dev" style="vertical-align: middle; margin-right: 8px;"> <strong>Continue.dev</strong></summary>
490+
<summary><img src="https://cdn.prod.website-files.com/663e06c56841363663ffbbcf/664c918ec47bacdd3acdc167_favicon%408x.png" width="16" height="16" alt="Continue.dev" style="vertical-align: middle; margin-right: 8px;"> <strong>Continue.dev</strong></summary>
491491

492492
1. Install Continue extension
493493
2. Open Continue config (gear icon → "Open config.json")
@@ -814,7 +814,7 @@ gcloud functions deploy firecrawl-mcp \
814814
</details>
815815

816816
<details>
817-
<summary><img src="https://replit.com/public/images/replit-logo-bg.png" width="16" height="16" alt="Replit" style="vertical-align: middle; margin-right: 8px;"> <strong>Replit</strong></summary>
817+
<summary><img src="https://cdn.replit.com/dotcom/favicon-196.png" width="16" height="16" alt="Replit" style="vertical-align: middle; margin-right: 8px;"> <strong>Replit</strong></summary>
818818

819819
**Create `.replit` file:**
820820
```toml
@@ -863,7 +863,7 @@ app.start();
863863
</details>
864864

865865
<details>
866-
<summary><img src="https://assets-global.website-files.com/6257adef93867e50d84d30e2/636e0a6918e57475a843dcf5_icon_clyde_black_RGB.svg" width="16" height="16" alt="Discord" style="vertical-align: middle; margin-right: 8px;"> <strong>Discord Bot</strong></summary>
866+
<summary><img src="https://discord.com/assets/f9bb9c4af2b9c32a2c5ee0014661546d.ico" width="16" height="16" alt="Discord" style="vertical-align: middle; margin-right: 8px;"> <strong>Discord Bot</strong></summary>
867867

868868
**Bot setup:**
869869
```javascript

0 commit comments

Comments
 (0)