We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/stefanoamorelli/fred-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
server.test.ts•357 B
import { describe, expect, test } from '@jest/globals';
// Simple integration test placeholder
describe('FRED MCP Server Integration', () => {
test('integration placeholder', () => {
// This is a placeholder test to verify the file structure
// Proper integration testing would be added in future iterations
expect(true).toBe(true);
});
});