Skip to main content
Glama

Visa Design System MCP Server

by MarySuneela
setup.test.ts345 B
/** * Basic setup test to verify the project structure */ describe('Project Setup', () => { it('should have basic TypeScript compilation working', () => { expect(true).toBe(true); }); it('should be able to import types', async () => { const types = await import('../src/types/index'); expect(types).toBeDefined(); }); });

Latest Blog Posts

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/MarySuneela/mcp-vpds'

If you have feedback or need assistance with the MCP directory API, please join our Discord server