File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.1.9
18
+ version : 0.1.10
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -167,9 +167,9 @@ export async function startHttpServer(
167
167
} ) ;
168
168
} ) ;
169
169
170
- const httpServer = app . listen ( port , "127 .0.0.1 " , ( ) => {
171
- console . log ( `Fuel MCP Server running at http://127 .0.0.1 :${ port } /mcp` ) ;
172
- console . log ( `Health check: http://127 .0.0.1 :${ port } /health` ) ;
170
+ const httpServer = app . listen ( port , "0 .0.0.0 " , ( ) => {
171
+ console . log ( `Fuel MCP Server running at http://0 .0.0.0 :${ port } /mcp` ) ;
172
+ console . log ( `Health check: http://0 .0.0.0 :${ port } /health` ) ;
173
173
} ) ;
174
174
175
175
process . on ( "SIGINT" , async ( ) => {
You can’t perform that action at this time.
0 commit comments