diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3371dcc6..fd848b4b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,9 +49,9 @@ jobs: working-directory: ./samples/kotlin-mcp-client run: ./gradlew --no-daemon clean build -Pmcp.kotlin.overrideVersion=0.0.1-SNAPSHOT -# - name: Build Kotlin-MCP-Server Sample -# working-directory: ./samples/kotlin-mcp-server -# run: ./gradlew --no-daemon clean build -Pmcp.kotlin.overrideVersion=0.0.1-SNAPSHOT + - name: Build Kotlin-MCP-Server Sample + working-directory: ./samples/kotlin-mcp-server + run: ./gradlew --no-daemon clean build -Pmcp.kotlin.overrideVersion=0.0.1-SNAPSHOT - name: Build Weather-Stdio-Server Sample working-directory: ./samples/weather-stdio-server diff --git a/.github/workflows/samples.yml b/.github/workflows/samples.yml index f023e4fe..7ef265de 100644 --- a/.github/workflows/samples.yml +++ b/.github/workflows/samples.yml @@ -23,7 +23,7 @@ jobs: matrix: sample: - kotlin-mcp-client -# - kotlin-mcp-server + - kotlin-mcp-server - weather-stdio-server name: Build Sample