File tree Expand file tree Collapse file tree
frontend/src/angular/src/app/mcp-client
mcp-server/src/main/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828< div class ="my-input-container ">
2929 < div class ="my-textarea ">
3030 < mat-form-field class ="example-full-width ">
31- < mat-label > Query about books or movies</ mat-label >
32- < textarea matInput placeholder ="Ask about books or movies. " [(ngModel)] ="query "> </ textarea >
31+ < mat-label i18n =" @@mcpSearchQueryHeading " > Query about books or movies</ mat-label >
32+ < textarea matInput i18n- placeholder ="@@mcpSearchQueryPlaceholder " placeholder =" Ask about books or movies. " [(ngModel)] =" query " name ="query "> </ textarea >
3333 </ mat-form-field >
3434 </ div >
3535 < div class ="my-button ">
36- < button matButton ="filled " type ="submit "> Basic </ button >
36+ < button matButton ="filled " type ="submit " i18n =" @@search " > Search </ button >
3737 </ div >
3838</ div >
3939</ form >
4040< div >
41- < h2 i18n ="@@responseHeading "> Response</ h2 >
42- {{ response}}
41+ < h3 i18n ="@@responseHeading "> Response</ h3 >
42+ {{ response }}
4343</ div >
Original file line number Diff line number Diff line change 1- # spring.main.web-application-type=none
2-
31# NOTE: You must disable the banner and the console logging
42# to allow the STDIO transport to work !!!
5- spring.main.banner-mode =off
3+ # spring.main.banner-mode=off
64# logging.pattern.console=
75server.port =8081
86# spring.main.web-application-type=none
You can’t perform that action at this time.
0 commit comments