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
queryKeys.ts•357 B
// SPDX-License-Identifier: MIT OR Apache-2.0
// Copyright (c) 2025 Pierre Fitness Intelligence
// ABOUTME: Re-exports query keys from shared-constants for backward compatibility
// ABOUTME: Import from @pierre/shared-constants for new code
export { QUERY_KEYS } from '@pierre/shared-constants';
export type { QueryKeys } from '@pierre/shared-constants';