Documentation
¶
Overview ¶
Package mcp implements a small stdio JSON-RPC 2.0 server that speaks the Model Context Protocol. Only the subset prowl needs is implemented: initialize, tools/list, tools/call (plus the initialized notification).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
Config *config.Config
Store *store.Store
Client data.PRClient
In io.Reader
Out io.Writer
AllowMutations bool
DiffFetcher func(context.Context, string) (string, error)
Version string
}
Options is the dependency bag for NewServer.
Click to show internal directories.
Click to hide internal directories.