Skip to content

Commit d3bdc58

Browse files
committed
test(enhancement): Avoid port occupation
1 parent 3455173 commit d3bdc58

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

src/test/resources/mcp-server-async.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ change-notification:
1515
sse:
1616
message-endpoint: /mcp/message
1717
endpoint: /sse
18-
base-url: http://localhost:8080
19-
port: 8080
18+
base-url: http://localhost:8082
19+
port: 8082

src/test/resources/mcp-server-not-enabled.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ change-notification:
1515
sse:
1616
message-endpoint: /mcp/message
1717
endpoint: /sse
18-
base-url: http://localhost:8080
19-
port: 8080
18+
base-url: http://localhost:8083
19+
port: 8083

src/test/resources/mcp-server-sse-mode.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ change-notification:
1515
sse:
1616
message-endpoint: /mcp/message
1717
endpoint: /sse
18-
base-url: http://localhost:8080
19-
port: 8080
18+
base-url: http://localhost:8084
19+
port: 8084

src/test/resources/mcp-server.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ change-notification:
1515
sse:
1616
message-endpoint: /mcp/message
1717
endpoint: /sse
18-
base-url: http://localhost:8080
19-
port: 8080
18+
base-url: http://localhost:8081
19+
port: 8081

0 commit comments

Comments
 (0)