Skip to main content
Glama
lallen30
by lallen30
Styles.ts741 B
import { StyleSheet } from 'react-native'; import { colors } from '../../../theme/colors'; export const styles = StyleSheet.create({ container: { flex: 1, backgroundColor: colors.primary, }, header: { padding: 16, borderBottomWidth: 1, borderBottomColor: colors.light, backgroundColor: colors.white, marginBottom: 0 }, title: { fontSize: 24, fontWeight: 'bold', color: colors.primary, }, webViewContainer: { flex: 1, backgroundColor: colors.white, }, webView: { flex: 1, backgroundColor: colors.white, opacity: 0.99 // Fix for iOS WebView rendering }, noContent: { fontSize: 16, color: colors.dark, textAlign: 'center', marginTop: 20 } });

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/lallen30/mcp-remote-server'

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