@xiaohui-wang/mcpadvisor
Version:
MCP Advisor & Installation - Find the right MCP server for your needs
22 lines (21 loc) • 450 B
JavaScript
/**
* Meilisearch 配置
* 集中管理 Meilisearch 相关配置
*/
/**
* Meilisearch 配置
*/
export const MEILISEARCH_CONFIG = {
/**
* Meilisearch 服务器地址
*/
host: 'https://edge.meilisearch.com',
/**
* API 密钥(只读权限)
*/
apiKey: 'e43e778dabc417c862cafbe4da7cdd6f7fcb80ba36b63adb1e470527e76061f0',
/**
* 索引名称
*/
indexName: 'mcp_server_info_from_getmcp_io',
};