We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8295dd commit d797f07Copy full SHA for d797f07
src/marketing-page.ts
@@ -441,7 +441,9 @@ export const MARKETING_PAGE_HTML = `<!DOCTYPE html>
441
<h3>Windsurf</h3>
442
<p>Add to ~/.codeium/windsurf/mcp_config.json</p>
443
<div class="code-wrap">
444
- <code>{ "mcpServers": { "lastfm": { "serverUrl": "https://lastfm-mcp.com/mcp" } } }</code>
+ <code>"lastfm": {
445
+ "serverUrl": "https://lastfm-mcp.com/mcp"
446
+}</code>
447
<button class="copy-btn" onclick="copyCode(this)">Copy</button>
448
</div>
449
0 commit comments