@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/cli.d.ts +13 -1
- package/dist/cli.js +1048 -23
- package/dist/cli.js.map +1 -1
- package/dist/index.d.ts +7 -0
- package/dist/index.js +1002 -12
- package/dist/index.js.map +1 -1
- package/package.json +4 -3
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
|
}
|