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
builders.rs•446 B
// ABOUTME: Query parameter binding helpers
// ABOUTME: Reduces repetitive .bind() chains across PostgreSQL and SQLite
//
// SPDX-License-Identifier: MIT OR Apache-2.0
// Copyright (c) 2025 Pierre Fitness Intelligence
// This module is currently minimal as the query parameter binding helpers
// were deferred to a later phase. The existing database implementations
// use direct .bind() chains which, while verbose, are explicit and type-safe.