java.lang.Object
org.springframework.ai.mcp.server.common.autoconfigure.properties.McpServerProperties

@ConfigurationProperties("spring.ai.mcp.server") public class McpServerProperties extends Object
Configuration properties for the Model Context Protocol (MCP) server.

These properties control the behavior and configuration of the MCP server, including:

  • Server identification (name and version)
  • Change notification settings for tools, resources, and prompts
  • Web transport endpoint configuration

All properties are prefixed with spring.ai.mcp.server.

Since:
1.0.0
Author:
Christian Tzolov
See Also: