This is an automated email from the ASF dual-hosted git repository.

epugh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-mcp.git


The following commit(s) were added to refs/heads/main by this push:
     new 1f4eca2  feat: change MCP server protocol from streamable to stateless 
(#42)
1f4eca2 is described below

commit 1f4eca2785f76ce3b693a73fbfd9d4ff11c4ba9b
Author: Aditya Parikh <[email protected]>
AuthorDate: Wed Feb 4 16:21:27 2026 -0500

    feat: change MCP server protocol from streamable to stateless (#42)
    
    
    
    Co-authored-by: Claude Opus 4.5 <[email protected]>
---
 src/main/resources/application-http.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/application-http.properties 
b/src/main/resources/application-http.properties
index 1f96a7b..ac30dfc 100644
--- a/src/main/resources/application-http.properties
+++ b/src/main/resources/application-http.properties
@@ -1,6 +1,6 @@
 spring.main.web-application-type=servlet
 spring.ai.mcp.server.type=sync
-spring.ai.mcp.server.protocol=streamable
+spring.ai.mcp.server.protocol=stateless
 spring.ai.mcp.server.stdio=false
 # OAuth2 Security Configuration
 # Configure the issuer URI for your OAuth2 authorization server

Reply via email to