This topic was automatically generated from Slack. You can find the original thread here.
Windsurf with custom MCP server Pexels (And same I’m getting using curl).
I’ve configured windsurf with Pexels Pexels MCP Server | Pipedream MCP
Connected MCP with Pexels
"Pexels": {
"command": "npx",
"args": [
"-y",
"supergateway",
"--sse",
"https://mcp.pipedream.net/{id}/pexels"
]
}
In windsurf I’m getting see screenshot
In ‘curl sse stream’ Im getting
event: message
data: {"result":{"tools":[{"name":"CONFIGURE_COMPONENT","description":"\n You call this tool if you need to get the available options for a property of a component.\n The property description will tell you if you can use this tool and what the parameter values are.\n ","inputSchema":{"type":"object","properties":{"componentKey":{"type":"string"},"propName":{"type":"string"}},"required":["componentKey","propName"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}}]},"jsonrpc":"2.0","id":2}
I have no idea what parameters I need to pass to CONFIGURE_COMPONENT
tools and can’t find any documentation.