spring-ai
spring-ai copied to clipboard
Chinese parameters sent by the MCP client connecting to SSE are garbled (mcp客户端连接sse发送的中文参数乱码)
"The MCP client connects to SSE, but Chinese parameters are displayed as garbled text."
"Chinese parameters become garbled when sent from the MCP client to SSE."
// The native HttpClientSseClientTransport handles Chinese parameters correctly without garbled text. McpClientTransport transport = HttpClientSseClientTransport .builder("http://127.0.0.1:8080") .build();
The spring-ai-starter-mcp-client causes Chinese parameters to display incorrectly (garbled).
Sorry, I can't follow what the issue is here. Maybe you can send a reproducible example and link to a github repo?
Sorry, I can't follow what the issue is here. Maybe you can send a reproducible example and link to a github repo?
example here 👉 https://github.com/en-o/temp.git