Skip to main content
Glama

MCP Advisor

MIT License
88
64
  • Apple
  • Linux
edgeCases.ts469 B
import { SearchTestCase } from '../types.js'; export const edgeCaseTestCases: SearchTestCase[] = [ { name: '边界-空查询', query: '', options: { limit: 5, minSimilarity: 0.1 }, expectedKeywords: [], description: '测试空查询的处理', }, { name: '边界-特殊字符', query: '!@#$%^&*()_+', options: { limit: 5, minSimilarity: 0 }, expectedKeywords: [], description: '测试特殊字符查询的处理', }, ];

MCP directory API

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