Skip to content

Commit 367c356

Browse files
committed
Enable Kotlin-MCP-Server Sample build
1 parent 02b4af8 commit 367c356

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ jobs:
4949
working-directory: ./samples/kotlin-mcp-client
5050
run: ./gradlew --no-daemon clean build -Pmcp.kotlin.overrideVersion=0.0.1-SNAPSHOT
5151

52-
# - name: Build Kotlin-MCP-Server Sample
53-
# working-directory: ./samples/kotlin-mcp-server
54-
# run: ./gradlew --no-daemon clean build -Pmcp.kotlin.overrideVersion=0.0.1-SNAPSHOT
52+
- name: Build Kotlin-MCP-Server Sample
53+
working-directory: ./samples/kotlin-mcp-server
54+
run: ./gradlew --no-daemon clean build -Pmcp.kotlin.overrideVersion=0.0.1-SNAPSHOT
5555

5656
- name: Build Weather-Stdio-Server Sample
5757
working-directory: ./samples/weather-stdio-server

.github/workflows/samples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
matrix:
2424
sample:
2525
- kotlin-mcp-client
26-
# - kotlin-mcp-server
26+
- kotlin-mcp-server
2727
- weather-stdio-server
2828

2929
name: Build Sample

0 commit comments

Comments
 (0)