Skip to main content
Glama
lallen30
by lallen30
Styles.ts459 B
import { StyleSheet, ViewStyle, TextStyle, ImageStyle } from 'react-native'; type Styles = { [key: string]: ViewStyle | TextStyle | ImageStyle; }; export const styles = StyleSheet.create<Styles>({ container: { flex: 1, justifyContent: 'center', alignItems: 'center', backgroundColor: '#fff', }, title: { fontSize: 24, fontWeight: 'bold', marginBottom: 10, }, subtitle: { fontSize: 16, color: '#666', }, });

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