Skip to main content
Glama
LiveView.tsx495 B
import React from 'react'; import { AndroidLiveView } from './AndroidLiveView'; import { LiveViewProps } from '../types'; /** * Generic LiveView component that can be extended for different device types * Now uses the refactored implementation by default */ export const LiveView: React.FC<LiveViewProps> = (props) => { // Use the refactored AndroidLiveView by default // The refactored version provides better architecture and maintainability return <AndroidLiveView {...props} />; };

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/babelcloud/gru-sandbox'

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