mcpcmd

package
v0.9.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 28, 2026 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(ctx context.Context, args []string, stdin io.Reader, stdout, stderr io.Writer, opts Options) int

Run parses args, validates startup config, and launches the server.

Types

type Invocation

type Invocation struct {
	Root         string
	ConfigPath   string
	Transport    string
	HTTPListen   string
	HTTPBasePath string
	Entities     []string
	Stdin        io.Reader
	Stdout       io.Writer
	Stderr       io.Writer
}

Invocation captures the validated startup contract for mergeway-mcp.

type Options

type Options struct {
	Start StartFunc
}

Options configures the command runner.

type StartFunc

type StartFunc func(context.Context, Invocation) error

StartFunc launches the server using a validated invocation.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL