We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gergelyszerovay/mcp-id-date'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
currentAppState.ts•281 B
import type { AppState } from '../AppState';
/**
* Global application state reference wrapped in a mutable object
* This is not exposed directly - use getAppState() and setAppState() instead
*/
export const currentAppState = {
appState: undefined as AppState | undefined,
};