Skip to content

Commit 1f4eca2

Browse files
feat: change MCP server protocol from streamable to stateless (#42)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 38e3d10 commit 1f4eca2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/application-http.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
spring.main.web-application-type=servlet
22
spring.ai.mcp.server.type=sync
3-
spring.ai.mcp.server.protocol=streamable
3+
spring.ai.mcp.server.protocol=stateless
44
spring.ai.mcp.server.stdio=false
55
# OAuth2 Security Configuration
66
# Configure the issuer URI for your OAuth2 authorization server

0 commit comments

Comments
 (0)