We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/istarwyh/mcpadvisor'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
import { SearchTestCase } from '../types.js';
export const prompxTestCases: SearchTestCase[] = [
{
name: '查询管理 prompt 的 MCP',
query: '有哪些管理 prompt 的 MCP',
options: { limit: 5, minSimilarity: 0.05 },
expectedKeywords: ['提示词', 'prompt'],
expectedServerNames: ['promptx'], // 明确指定期望的服务器名称
description: '测试管理 prompt 的 MCP',
},
];