Home > @rushstack/mcp-server > RushMcpPluginFactory
RushMcpPluginFactory type
The plugin's entry point should return this function as its default export.
Signature:
export type RushMcpPluginFactory<TConfigFile = {}> = (session: RushMcpPluginSession, configFile: TConfigFile | undefined) => IRushMcpPlugin;
References: RushMcpPluginSession, IRushMcpPlugin