We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e075bb commit 63f8103Copy full SHA for 63f8103
apps/rush-mcp-server/src/pluginFramework/RushMcpPluginLoader.ts
@@ -153,6 +153,7 @@ export class RushMcpPluginLoader {
153
154
let plugin: IRushMcpPlugin;
155
try {
156
+ // TODO: Replace "{}" with the plugin's parsed config file JSON
157
plugin = pluginFactory(session, {});
158
} catch (e) {
159
throw new Error(`Error invoking entry point for plugin ${jsonManifest.pluginName}:` + e.toString());
0 commit comments