Skip to content

Commit b02aa71

Browse files
committed
feat: add config
1 parent 15c897c commit b02aa71

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

mcp-server/src/main/resources/application.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
# to allow the STDIO transport to work !!!
55
spring.main.banner-mode=off
66
# logging.pattern.console=
7+
server.port=8081
8+
spring.main.web-application-type=none
79

8-
# spring.ai.mcp.server.stdio=false
9-
10+
spring.ai.mcp.server.stdio=true
1011
spring.ai.mcp.server.name=my-book-movie-server
1112
spring.ai.mcp.server.version=0.0.1
1213

0 commit comments

Comments
 (0)