mcpapi

package
v0.0.9 Latest Latest
Warning

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

Go to latest
Published: Aug 5, 2026 License: MIT Imports: 13 Imported by: 0

Documentation

Overview

Package mcpapi exposes the reader and writer as MCP tools.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Server

func Server(deps Deps) *mcp.Server

Server builds an MCP server exposing the read tools, plus the write tools when writes are enabled.

When writes are disabled the write tools are never registered, so a model cannot see or attempt them. That is deliberate: refusing at call time would still put the capability in front of anything reading injected instructions.

Types

type Deps

type Deps struct {
	Auth   *auth.Manager
	Reader *read.Reader
	Writer write.Actions

	// Log is where the detail of a failure goes when the model is told only that
	// there was one.
	Log *slog.Logger
}

Deps are what the tools operate on.

Jump to

Keyboard shortcuts

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