mcpserver

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Feb 3, 2026 License: BSD-3-Clause Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Environment

type Environment interface {
	Getenv(key string) string
}

Environment defines the interface for environment variable operations

type FileSystem

type FileSystem interface {
	Stat(name string) (os.FileInfo, error)
}

FileSystem defines the interface for file system operations

type Locator

type Locator struct {
	Env Environment
	FS  FileSystem
}

func NewLocator

func NewLocator() *Locator

func (*Locator) GetPath

func (l *Locator) GetPath() (string, error)

Jump to

Keyboard shortcuts

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