@sightmap/mcp 0.7.1 → 0.9.0

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.
package/dist/index.d.ts CHANGED
@@ -103,7 +103,14 @@ declare class SightmapMcpServer {
103
103
  private callSightmapMatch;
104
104
  private callSightmapGetView;
105
105
  private callSightmapInitProject;
106
+ private callSightmapRuntimeSnapshot;
107
+ private callSightmapProposeView;
108
+ private callSightmapProposeComponent;
109
+ private callSightmapReviewProposals;
110
+ private callSightmapCommitProposals;
111
+ private callSightmapAddView;
106
112
  private callSightmapUpdateView;
113
+ private callSightmapDeleteView;
107
114
  private callSightmapCheck;
108
115
  private callSightmapListViews;
109
116
  }