Spring AI 使用spring-ai-starter-mcp-client sse方式连接mcp server,重启mcp server后,以前的client不会自动重连。

1.0.0-M7 版本:client 采用sse 方式连接上 mcp server,可以正常运行;这个时候重启 mcp server, client 端就不会重连 mcp server,导致一直报错reactor.core.Exceptio...

Spring AI java.lang.NoSuchMethodError: 'void org.apache.tika.parser.pdf.PDF2XHTML.setIgnoreContentStreamSpaceGlyphs(boolean)'

Bug descriptionAn error occurs when processing PDF files using TikaDocumentReader. This issue does not occur in version ...

Spring AI Questions about gemini support in the spring ai module

I want to use the gemini apiKey to access my gemini Ai instead of using project-id+location.Currently, the spring ai mod...

Spring AI Enhance Tool Calling with Parameter Binding and Authentication Support

The current Spring AI tool calling mechanism (as documented here) is a powerful way to extend the capabilities of AI mod...

Spring AI Create MongoDB chat memory

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

Spring AI Vertex AI Gemini: The ChatClient/LLM does not make use of the provided tool/s

Bug descriptionThe ChatClient/LLM does not make use of the provided tool/s when using GeminiEnvironment- Spring AI 1.0.0...

SpringBoot Document typical spring.application.group and name use

The documentation on https://docs.spring.io/spring-boot/appendix/application-properties/index.html#application-propertie...

SpringBoot Document that bean methods should be static when annotated with @ConfigurationPropertiesBinding

A bean annotated with @ConfigurationPropertiesBinding should be declared static as they're created early during bean pos...

SpringBoot ValidationAutoConfiguration triggers early initialization of properties binding

SummaryIn Sprint Boot 3.5, the injection of the Environment into the factory method of the MethodValidationPostProcessor...

SpringBoot Enforce that @ConfigurationPropertiesBinding bean methods are static

See #45621 for why this is necessary. Depending on the outcome of #45622, we may also want to enforce that they're have ...

SpringBoot @ConfigurationPropertiesBinding should be @Role(BeanDefinition.ROLE_INFRASTRUCTURE)

Any bean that is @ConfigurationPropertiesBinding will be created during bean post-processing for configuration property ...

SpringBoot Remove APIs that were deprecated for removal in 4.0

Comment From: snicollLooking at the number of changes, I've changed my mind. It would be better to do this after the res...

Spring Inconsistent behavior injecting null @Bean factory parameter

I am working on upgrading some Spring 5 code to Spring 6. This code does have some @Bean factory methods that can return...

Spring automate the remediation of Checkstyle

Fixing violations by hand is tedious and error-prone - even though you gain experience, which Checkstyle is also kind of...

Spring AI If the MCP server defines content path, the client endpoint can pass the first GET request sent to the/se path, but sending a post request with the response/mcp/message is incorrect, resulting in a 404 error

Bug descriptionHow does MCP Server define content path and connect to URL: localhost: port sse endpoint:/contentPath/sse...

Spring AI spring ai 调用 xinference 部署的qwen3模型,工具调用失败

xinference 工具调用返回数据中content字段为nulltool_call_message: Dict[str, Any] = { "role": "assistant&quo...

Spring AI mcp tool is not called

1.0.0-SNAPSHOT@Bean ChatClient tongYiWithMcp() { ChatClient.Builder builder = ChatClient.builder( ...

Spring AI Allow Tool Calls that use returnDirect to return the result object without serialisation

Currently, when doing tool calls, the response is a converted to JSON so it can be sent back to the model to process the...

Spring AI Gemini and function calling: function call may be discarded.

Bug descriptionThis is linked to the PR https://github.com/spring-projects/spring-ai/pull/2029 where I try to fix this.T...

Spring AI Milvus similarity search has fixed SEARCH_OUTPUT_FIELDS and EMBEDDING_FIELD_NAME

Bug descriptionCan't do similarity search with different columns.see line 338 and 341https://github.com/spring-projects/...
上一页 下一页
.