Update project functionality and configuration
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'org.springframework.boot' version '4.0.7'
|
||||
id 'org.springframework.boot' version '3.5.11'
|
||||
id 'io.spring.dependency-management' version '1.1.7'
|
||||
}
|
||||
|
||||
@@ -83,9 +83,9 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
// This module supplies the MCP protocol models transitively and the Jackson 3 schema validator directly.
|
||||
// This module supplies the MCP protocol models transitively and the Jackson 2 schema validator directly.
|
||||
// The MCP server starter/transport is intentionally excluded because this project owns the /mcp HTTP contract.
|
||||
implementation 'io.modelcontextprotocol.sdk:mcp-json-jackson3:2.0.0'
|
||||
implementation 'io.modelcontextprotocol.sdk:mcp-json-jackson2:2.0.0'
|
||||
|
||||
implementation 'org.springframework.boot:spring-boot-starter-web'
|
||||
implementation 'org.springframework.boot:spring-boot-starter-validation'
|
||||
|
||||
Reference in New Issue
Block a user