8000 Add CLI · Issue #110 · punkpeye/fastmcp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000
Add CLI #110
Open
Open
@punkpeye

Description

@punkpeye

My thinking is that we remove the parameters from start:

server.start({
  transportType: "stdio",
});

becomes simply:

server.start();

... and we add yargs as a dependency and allow to configure transport, etc. using yargs.

This will reduce boilerplate for anyone starting a new server

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0