We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Automattic/mcp-wordpress-remote'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
open.ts•174 B
/**
* Mock for the 'open' module
* This module is used to open URLs in the browser during OAuth flows
*/
import { jest } from '@jest/globals';
export default jest.fn();