@openeryc/pi-coding-agent 0.75.34 → 0.75.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1705,6 +1705,10 @@ export class AgentSession {
1705
1705
  this._refreshToolRegistry();
1706
1706
  }
1707
1707
  }
1708
+ /** Reload MCP servers after config changes (e.g. toggle enabled). */
1709
+ async reloadMcp() {
1710
+ await this._initMcp();
1711
+ }
1708
1712
  async extendResourcesFromExtensions(reason) {
1709
1713
  if (!this._extensionRunner.hasHandlers("resources_discover")) {
1710
1714
  return;