Skip to main content
Glama

COA Goldfish MCP

by anortham
PathConstants.csโ€ข826 B
namespace COA.Goldfish.McpServer.Services; /// <summary> /// Centralized constants for all path-related operations /// </summary> public static class PathConstants { // Root directory names public const string BaseDirectoryName = ".coa"; public const string GoldfishDirectoryName = "goldfish"; // File names public const string WorkspaceMetadataFileName = "workspace_metadata.json"; // Configuration keys public const string BasePathConfigKey = "Goldfish:BasePath"; // Default paths public static readonly string DefaultBasePath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), BaseDirectoryName, GoldfishDirectoryName); // Hash settings public const int WorkspaceHashLength = 8; public const int MaxSafeWorkspaceName = 30; }

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/anortham/coa-goldfish-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server