Skip to content

Commit f7bd46e

Browse files
authored
fix(cloudflare-mcp): use Cloudflare Workers icon (oomol-lab#261)
## Summary - give the Cloudflare MCP provider an explicit Cloudflare Workers favicon - keep its GitHub repository as the provider homepage - prevent the generic homepage fallback from rendering the GitHub icon ## Validation - `npm run generate:catalog` - `npm run fix-check`
1 parent 730df61 commit f7bd46e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/providers/cloudflare_mcp/definition.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@ export const provider: ProviderDefinition = {
3636
},
3737
],
3838
homepageUrl: "https://github.com/cloudflare/mcp",
39+
iconUrl: "https://workers.cloudflare.com/favicon.ico",
3940
actions: cloudflareMcpActions,
4041
};

0 commit comments

Comments
 (0)