import { CURRENT_SCHEMA_VERSION } from './schema';
describe('Schema Version', () => {
test('should match the latest migration version', () => {
// This test ensures that CURRENT_SCHEMA_VERSION is updated when new migrations are added
expect(CURRENT_SCHEMA_VERSION).toBe(4);
});
});
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/ownlytics/mcptix'
If you have feedback or need assistance with the MCP directory API, please join our Discord server