Skip to content

Commit f79eef4

Browse files
committed
Fix path for the manual-webflux-server MCP server stdio config
Signed-off-by: Ilayaperumal Gopinathan <[email protected]>
1 parent 22f3f55 commit f79eef4

File tree

1 file changed

+1
-1
lines changed
  • model-context-protocol/weather/manual-webflux-server/src/test/java/org/springframework/ai/mcp/sample/client

1 file changed

+1
-1
lines changed

model-context-protocol/weather/manual-webflux-server/src/test/java/org/springframework/ai/mcp/sample/client/ClientStdio.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public static void main(String[] args) {
3232

3333
var stdioParams = ServerParameters.builder("java")
3434
.args("-Dtransport.mode=stdio", "-Dspring.main.web-application-type=none", "-jar",
35-
"model-context-protocol/mcp-weather-server/target/mcp-weather-server-0.0.1-SNAPSHOT.jar")
35+
"model-context-protocol/weather/manual-webflux-server/target/mcp-weather-server-0.0.1-SNAPSHOT.jar")
3636
.build();
3737

3838
var transport = new StdioClientTransport(stdioParams);

0 commit comments

Comments
 (0)