@contenthero/mcp 0.4.12 → 0.4.13
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/format.d.ts +60 -4
- package/dist/format.d.ts.map +1 -1
- package/dist/index.js +4460 -43
- package/dist/server.d.ts +51 -0
- package/dist/server.d.ts.map +1 -1
- package/dist/widget/generation.d.ts +2 -2
- package/dist/widget/generation.d.ts.map +1 -1
- package/dist/widget-uri.d.ts +20 -1
- package/dist/widget-uri.d.ts.map +1 -1
- package/package.json +6 -5
- package/dist/client.js +0 -54
- package/dist/client.js.map +0 -1
- package/dist/format.js +0 -1760
- package/dist/format.js.map +0 -1
- package/dist/groups.js +0 -142
- package/dist/groups.js.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/models.js +0 -166
- package/dist/models.js.map +0 -1
- package/dist/server.js +0 -3315
- package/dist/server.js.map +0 -1
- package/dist/widget/generation.js +0 -4
- package/dist/widget/generation.js.map +0 -1
- package/dist/widget-uri.js +0 -12
- package/dist/widget-uri.js.map +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"generation.js","sourceRoot":"","sources":["../../src/widget/generation.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,MAAM,CAAC,MAAM,sBAAsB,GAAG,yijyBAAyijyB,CAAA;AAC/kjyB,MAAM,CAAC,MAAM,eAAe,GAAG,QAAQ,CAAA"}
|
package/dist/widget-uri.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* The generation widget's identifier, in a module of its own.
|
|
3
|
-
*
|
|
4
|
-
* ⚠️ A `ui://` uri is an IDENTIFIER, not a fetchable address: the host asks this server for its contents by
|
|
5
|
-
* name. Two spellings resolve to nothing and render a blank frame with no error anywhere, so it is declared
|
|
6
|
-
* once and imported by both the resource that serves it and the results that point at it.
|
|
7
|
-
*
|
|
8
|
-
* ⭐ It lives here rather than in `server.ts` because `format.ts` must not import the server (the server
|
|
9
|
-
* imports the formatter, and the cycle would be real).
|
|
10
|
-
*/
|
|
11
|
-
export const GENERATION_WIDGET_URI = 'ui://contenthero/generation.html';
|
|
12
|
-
//# sourceMappingURL=widget-uri.js.map
|
package/dist/widget-uri.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"widget-uri.js","sourceRoot":"","sources":["../src/widget-uri.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAG,kCAAkC,CAAA"}
|