What Parameters Do I Need to Pass to the CONFIGURE_COMPONENT Tools in Windsurf with Custom MCP Server Pexels?

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.

That looks like some miscofiguration on Pipedream MCP side

Ah it looks like there aren’t any tools available for Pexels yet — what tools would you want?

https://www.pexels.com/api/documentation/#photos-search

Search Api only

Tracking that work here: [Components] pexels · Issue #16496 · PipedreamHQ/pipedream · GitHub