Skip to content

MCP Server - No mapping for GET /mcp/messages #873

@Robinyo

Description

@Robinyo

Enabling spring.ai.mcp.server.enabled does not work as expected with the latest Docker image (v8.4.0-2).

I have a fork of the project (configured to sync with the upstream repository - 8.4.0-3) which does work as expected.

For example:

server:
  max-http-request-header-size: 64KB
spring:
  ai:
    mcp:
      server:
        enabled: true
  main:
    banner-mode: off
hapi:
  fhir:
    fhir_version: R4
    tester:
      home:
        name: Local Tester
        server_address: 'http://localhost:8080/fhir'
        refuse_to_fetch_third_party_urls: false
        fhir_version: R4

See: https://github.com/Robinyo/hapi-fhir-jpaserver-starter

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions