mcp

package
v0.3.123 Latest Latest
Warning

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

Go to latest
Published: May 15, 2025 License: Apache-2.0 Imports: 38 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var McpClients = map[string]string{
	"claude":   "Claude",
	"vscode":   "VS Code",
	"cursor":   "Cursor",
	"neovim":   "Neovim",
	"windsurf": "Windsurf",
	"zed":      "Zed",
}

Functions

func New

func New() *cobra.Command

func NewAdd added in v0.3.123

func NewAdd() *cobra.Command

func NewLaunch added in v0.3.123

func NewLaunch() *cobra.Command

func NewProxy

func NewProxy() *cobra.Command

func NewRemove added in v0.3.123

func NewRemove() *cobra.Command

func NewWrap

func NewWrap() *cobra.Command

Types

type ConfigPath added in v0.3.123

type ConfigPath struct {
	Path       string
	ConfigName string
}

ConfigPath represents a configuration file path

type Server

type Server struct {
	// contains filtered or unexported fields
}

Server handles HTTP requests and communicates with the remote program

func (*Server) HandleHTTPRequest

func (s *Server) HandleHTTPRequest(w http.ResponseWriter, r *http.Request)

HandleHTTPRequest handles incoming HTTP requests

func (*Server) ReadFromProgram

func (s *Server) ReadFromProgram()

ReadFromProgram continuously reads from the program's stdout

func (*Server) StartProgram

func (s *Server) StartProgram() error

StartProgram starts the remote program and connects to its stdin/stdout

func (*Server) StopProgram

func (s *Server) StopProgram()

StopProgram stops the remote program

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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