Skip to content

Commit e2da2e8

Browse files
committed
fix: edit mcp-server endpoint
1 parent 213a295 commit e2da2e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

noweekend-mcp/mcp-host/src/main/resources/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ spring:
2929
connections:
3030
author-tool-server:
3131
# prod
32-
# url: http://mcp-server:8081
32+
url: http://mcp-server:8081
3333
# local
34-
url: http://localhost:8081
34+
# url: http://localhost:8081
3535
enabled: true
3636
stdio:
3737
connections:

0 commit comments

Comments
 (0)