studio

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2025 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Studio

type Studio struct {
	Blueprint *blueprint.Blueprint
	DebugMode bool
	LogFile   string
	Version   string
}

Studio represents the main application logic

func New

func New(args []string, debugMode bool, logFile string, version string) (*Studio, error)

New creates a new Studio instance from command arguments

func (*Studio) Serve

func (s *Studio) Serve() error

Serve starts the MCP server over stdio

func (*Studio) ServeWithContext

func (s *Studio) ServeWithContext(ctx context.Context) error

ServeWithContext starts the MCP server over stdio with a context

Jump to

Keyboard shortcuts

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