From 3aa20479ce7cdf2c8a883da4c6ca89a7a532fa31 Mon Sep 17 00:00:00 2001 From: Johannes <3512547+Johanneshn@users.noreply.github.com> Date: Mon, 29 Sep 2025 22:10:10 +0200 Subject: [PATCH] docs: add Windsurf to README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index e6d9b1a..f97ef12 100644 --- a/README.md +++ b/README.md @@ -219,6 +219,22 @@ Add to your `opencode.json` configuration file: ``` +
+Windsurf + +Add to your `~/.codeium/windsurf/mcp_config.json` configuration file: +```json +{ + "mcpServers": { + "spec-workflow": { + "command": "npx", + "args": ["-y", "@pimzino/spec-workflow-mcp@latest", "/path/to/your/project"] + } + } +} +``` +
+ ## 📚 Documentation - [Configuration Guide](docs/CONFIGURATION.md) - Command-line options, config files