server

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Sep 14, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package server provides MCP server runtime for skills. This is a local stub that will be replaced with github.com/plexusone/omniskill/mcp/server when that package becomes available.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Runtime

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

Runtime manages MCP server operations and skill registration.

func New

func New(impl *mcp.Implementation, _ any) *Runtime

New creates a new MCP server runtime.

func (*Runtime) RegisterSkill

func (r *Runtime) RegisterSkill(s skill.Skill)

RegisterSkill adds a skill to the runtime.

func (*Runtime) ServeStdio

func (r *Runtime) ServeStdio(ctx context.Context) error

ServeStdio starts the MCP server over stdio.

Jump to

Keyboard shortcuts

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