Skip to content

Commit 63f8103

Browse files
committed
Add note
1 parent 2e075bb commit 63f8103

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/rush-mcp-server/src/pluginFramework/RushMcpPluginLoader.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ export class RushMcpPluginLoader {
153153

154154
let plugin: IRushMcpPlugin;
155155
try {
156+
// TODO: Replace "{}" with the plugin's parsed config file JSON
156157
plugin = pluginFactory(session, {});
157158
} catch (e) {
158159
throw new Error(`Error invoking entry point for plugin ${jsonManifest.pluginName}:` + e.toString());

0 commit comments

Comments
 (0)