We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/p1va/symbols-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
// src/index.test.ts
import { describe, it, expect } from 'vitest';
describe('CLI Greeting', () => {
it('should return the correct greeting message', () => {
expect('Hello, CLI!').toBe('Hello, CLI!');
});
});