We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jfarcand/pierre_mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•618 B
// SPDX-License-Identifier: MIT OR Apache-2.0
// Copyright (c) 2025 Pierre Fitness Intelligence
// ABOUTME: Barrel export file for social components
// ABOUTME: Provides convenient imports for social feature UI components
export { default as FriendsTab } from './FriendsTab';
export { default as SocialFeedTab } from './SocialFeedTab';
export { default as SocialSettingsTab } from './SocialSettingsTab';
export { default as ShareInsightModal } from './ShareInsightModal';
export { default as ShareChatMessageModal } from './ShareChatMessageModal';
export { default as AdaptInsightModal } from './AdaptInsightModal';