-
Couldn't load subscription status.
- Fork 2k
-
Server: Spring Ai: 1.0.3
Client: mcp: 1.13.1
from mcp.client.sse import sse_client sse_client("http://localhost:8080/sse")
2025年10月20日T20:08:05.156+08:00 WARN 1 --- [nio-8080-exec-1] i.m.server.McpAsyncServer : Client requested unsupported protocol version: 2025年06月18日, so the server will suggest the 2024年11月05日 version instead
How to supported protocol version: 2025年06月18日 ?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
Do you have spring.ai.mcp.server.protocol property in your application.yml file?
I had the same error and add this:
spring.ai.mcp.server.protocol: stateless
solved it
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment