spring-ai icon indicating copy to clipboard operation
spring-ai copied to clipboard

Connect to the n8n MCP server using SSE.

Open An0nymous0 opened this issue 6 months ago • 4 comments
trafficstars

Please do a quick search on GitHub issues first, the feature you are about to request might have already been requested.

Expected Behavior

yaml config

    mcp:
      client:
        toolcallback:
          enabled: true
        stdio:
          servers-configuration: classpath:mcp.json
        sse:
          connections:
            server1: http://localhost:5678/mcp/get_user_info/sse

spring error

Factory method 'mcpSyncClients' threw exception with message: Failed to wait for the message endpoint

n8n mcp server config

Image

Current Behavior

Currently, it can only be accessed via stdio.

Context

An0nymous0 avatar May 15 '25 10:05 An0nymous0