mcp-meilisearch 1.0.7 → 1.0.8
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 +11 -10
- package/dist/index.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3,6 +3,17 @@ import { Plugin } from "vite";
|
|
|
3
3
|
* Options for the MCP Vite plugin
|
|
4
4
|
*/
|
|
5
5
|
export interface MCPPluginOptions {
|
|
6
|
+
/**
|
|
7
|
+
* The URL of the Meilisearch instance
|
|
8
|
+
* @required
|
|
9
|
+
* @example "http://localhost:7700"
|
|
10
|
+
*/
|
|
11
|
+
meilisearchHost: string;
|
|
12
|
+
/**
|
|
13
|
+
* The API key for authenticating with Meilisearch
|
|
14
|
+
* @required
|
|
15
|
+
*/
|
|
16
|
+
meilisearchApiKey: string;
|
|
6
17
|
/**
|
|
7
18
|
* Transport type for MCP server ("http" | "stdio")
|
|
8
19
|
* @default "http"
|
|
@@ -28,16 +39,6 @@ export interface MCPPluginOptions {
|
|
|
28
39
|
* @default 60000 (1 minute)
|
|
29
40
|
*/
|
|
30
41
|
sessionCleanupInterval?: number;
|
|
31
|
-
/**
|
|
32
|
-
* The URL of the Meilisearch instance
|
|
33
|
-
* @default "http://localhost:7700"
|
|
34
|
-
*/
|
|
35
|
-
meilisearchHost: string;
|
|
36
|
-
/**
|
|
37
|
-
* The API key for authenticating with Meilisearch
|
|
38
|
-
* @default ""
|
|
39
|
-
*/
|
|
40
|
-
meilisearchApiKey: string;
|
|
41
42
|
}
|
|
42
43
|
/**
|
|
43
44
|
* Creates a Vite plugin that integrates with the MCP server
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,MAAM,CAAC;AAM9B;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,MAAM,CAAC;AAM9B;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B;;;;OAIG;IACH,eAAe,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,iBAAiB,EAAE,MAAM,CAAC;IAC1B;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAE7B;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,sBAAsB,CAAC,EAAE,MAAM,CAAC;CACjC;AAED;;;;GAIG;AACH,wBAAgB,SAAS,CACvB,OAAO,GAAE,gBAGR,GACA,MAAM,CAsGR;AAED,eAAe,SAAS,CAAC"}
|