mcpserver

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2026 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewWithClient

func NewWithClient(client *api.Client, store *config.Store, version string) *mcp.Server

Types

type Options

type Options struct {
	APIBase   string
	Token     string
	ConfigDir string
	Version   string
}

type RuntimeInfo

type RuntimeInfo struct {
	APIBase         string `json:"api_base"`
	AuthBackend     string `json:"auth_backend"`
	ConfigDir       string `json:"config_dir"`
	CredentialsPath string `json:"credentials_path"`
	HasToken        bool   `json:"has_token"`
}

func New

func New(opts Options) (*mcp.Server, RuntimeInfo, error)

Jump to

Keyboard shortcuts

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