type

Config

type Config struct { Path string MaxBodyBytes int64 DefaultLimit int MaxLimit int Collections []Resource Globals []Resource }

Route, request bounds, result limits, and explicit resource allowlists.

Source plugins/mcp/mcp.go:41

Pathstring
The Path value.
MaxBodyBytesint64
The MaxBodyBytes value.
DefaultLimitint
The DefaultLimit value.
MaxLimitint
The MaxLimit value.
Collections[]Resource
The Collections value.
Globals[]Resource
The Globals value.

The default route is /api/mcp. The current plugin exposes only collection-list and global-read tools; writes and source mutation are not supported.