Skip to content

Commit d797f07

Browse files
committed
Update Windsurf config example format
1 parent c8295dd commit d797f07

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/marketing-page.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,9 @@ export const MARKETING_PAGE_HTML = `<!DOCTYPE html>
441441
<h3>Windsurf</h3>
442442
<p>Add to ~/.codeium/windsurf/mcp_config.json</p>
443443
<div class="code-wrap">
444-
<code>{ "mcpServers": { "lastfm": { "serverUrl": "https://lastfm-mcp.com/mcp" } } }</code>
444+
<code>"lastfm": {
445+
"serverUrl": "https://lastfm-mcp.com/mcp"
446+
}</code>
445447
<button class="copy-btn" onclick="copyCode(this)">Copy</button>
446448
</div>
447449
</div>

0 commit comments

Comments
 (0)