File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed
customer-segmentation-server Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ async function main() {
5757 if ( process . argv . includes ( "--stdio" ) ) {
5858 await server . connect ( new StdioServerTransport ( ) ) ;
5959 } else {
60- const port = parseInt ( process . env . PORT ?? "3001 " , 10 ) ;
60+ const port = parseInt ( process . env . PORT ?? "3101 " , 10 ) ;
6161 await startServer ( server , { port, name : "Basic MCP App Server (React-based)" } ) ;
6262 }
6363}
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ async function main() {
5757 if ( process . argv . includes ( "--stdio" ) ) {
5858 await server . connect ( new StdioServerTransport ( ) ) ;
5959 } else {
60- const port = parseInt ( process . env . PORT ?? "3001 " , 10 ) ;
60+ const port = parseInt ( process . env . PORT ?? "3102 " , 10 ) ;
6161 await startServer ( server , { port, name : "Basic MCP App Server (Vanilla JS)" } ) ;
6262 }
6363}
Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ async function main() {
297297 if ( process . argv . includes ( "--stdio" ) ) {
298298 await server . connect ( new StdioServerTransport ( ) ) ;
299299 } else {
300- const port = parseInt ( process . env . PORT ?? "3001 " , 10 ) ;
300+ const port = parseInt ( process . env . PORT ?? "3103 " , 10 ) ;
301301 await startServer ( server , { port, name : "Budget Allocator Server" } ) ;
302302 }
303303}
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ async function main() {
206206 if ( process . argv . includes ( "--stdio" ) ) {
207207 await server . connect ( new StdioServerTransport ( ) ) ;
208208 } else {
209- const port = parseInt ( process . env . PORT ?? "3001 " , 10 ) ;
209+ const port = parseInt ( process . env . PORT ?? "3104 " , 10 ) ;
210210 await startServer ( server , { port, name : "Cohort Heatmap Server" } ) ;
211211 }
212212}
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ async function main() {
105105 if ( process . argv . includes ( "--stdio" ) ) {
106106 await server . connect ( new StdioServerTransport ( ) ) ;
107107 } else {
108- const port = parseInt ( process . env . PORT ?? "3001 " , 10 ) ;
108+ const port = parseInt ( process . env . PORT ?? "3105 " , 10 ) ;
109109 await startServer ( server , { port, name : "Customer Segmentation Server" } ) ;
110110 }
111111}
Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ async function main() {
313313 if ( process . argv . includes ( "--stdio" ) ) {
314314 await server . connect ( new StdioServerTransport ( ) ) ;
315315 } else {
316- const port = parseInt ( process . env . PORT ?? "3001 " , 10 ) ;
316+ const port = parseInt ( process . env . PORT ?? "3106 " , 10 ) ;
317317 await startServer ( server , { port, name : "SaaS Scenario Modeler Server" } ) ;
318318 }
319319}
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ async function main() {
176176 if ( process . argv . includes ( "--stdio" ) ) {
177177 await server . connect ( new StdioServerTransport ( ) ) ;
178178 } else {
179- const port = parseInt ( process . env . PORT ?? "3001 " , 10 ) ;
179+ const port = parseInt ( process . env . PORT ?? "3107 " , 10 ) ;
180180 await startServer ( server , { port, name : "System Monitor Server" } ) ;
181181 }
182182}
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ async function main() {
186186 if ( process . argv . includes ( "--stdio" ) ) {
187187 await server . connect ( new StdioServerTransport ( ) ) ;
188188 } else {
189- const port = parseInt ( process . env . PORT ?? "3001 " , 10 ) ;
189+ const port = parseInt ( process . env . PORT ?? "3108 " , 10 ) ;
190190 await startServer ( server , { port, name : "Three.js Server" } ) ;
191191 }
192192}
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ async function main() {
143143 if ( process . argv . includes ( "--stdio" ) ) {
144144 await server . connect ( new StdioServerTransport ( ) ) ;
145145 } else {
146- const port = parseInt ( process . env . PORT ?? "3001 " , 10 ) ;
146+ const port = parseInt ( process . env . PORT ?? "3109 " , 10 ) ;
147147 await startServer ( server , { port, name : "Wiki Explorer" } ) ;
148148 }
149149}
You can’t perform that action at this time.
0 commit comments