OptionalbrowserPresents a browser-login (auth mode 'browser') interactive login step
to whoever operates this MCP server. Required only for requests using
that auth mode; every other mode ignores it. Frodo's MCP runtime never
launches a browser or writes to stdout itself (stdio transport reserves
stdout for the JSON-RPC stream) — the embedding host supplies this,
typically printing to stderr and/or opening a local browser.
OptionalconfigOutcome of tenant config entity hydration.
OptionalconfigTenant config entity IDs available to service-local semantic search.
OptionalexecuteExecute unique deterministic read-only recommendations unless a request opts out.
OptionalfrodoOptional root Frodo instance used by the default resolver.
Defaults to the library singleton frodo.
OptionalmanagedOutcome of tenant managed-object type hydration.
OptionalmanagedTenant managed-object types available to service-local semantic search.
OptionalpaginationOptional heuristic threshold used to flag potentially paginated array responses when no explicit pagination controls were provided.
Defaults to 1000.
OptionalresolveOptional custom resolver that returns a request-scoped Frodo instance. When omitted, resolveRequestScopedFrodo is used.
OptionalresultOptional payload size threshold used to flag large inline responses and produce actionable summary metadata for agents.
Defaults to 65536 bytes.
OptionaltraceOptional service-wide sink for payload-free lifecycle traces.
Optional runtime customization hooks.