function
New
Register one bounded MCP Streamable HTTP transport.
Resource declarations are defensively copied. Zero route and limit values select bounded defaults; unknown resources and normalized tool-name collisions fail startup.
Example
Plugins: []ridu.Plugin{
mcp.New(mcp.Config{
Collections: []mcp.Resource{{Slug: "posts"}},
Globals: []mcp.Resource{{Slug: "site-settings"}},
}),
}