8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
My thinking is that we remove the parameters from start:
start
server.start({ transportType: "stdio", });
becomes simply:
server.start();
... and we add yargs as a dependency and allow to configure transport, etc. using yargs.
yargs
This will reduce boilerplate for anyone starting a new server