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
mod.rs•399 B
// ABOUTME: Error-related constants including codes and messages
// ABOUTME: Organizes error handling constants by protocol and domain
//
// SPDX-License-Identifier: MIT OR Apache-2.0
// Copyright (c) 2025 Pierre Fitness Intelligence
//! Error constants module
/// Error codes and messages
pub mod codes;
// Re-export all error constants
/// Re-export all error code constants
pub use codes::*;