Skip to main content
Glama

COA Goldfish MCP

by anortham
WorkspaceState.csโ€ข295 B
namespace COA.Goldfish.McpServer.Models; public class WorkspaceState { public string WorkspaceId { get; set; } = string.Empty; public string? ActivePlanId { get; set; } public string? ActiveTodoListId { get; set; } public DateTime LastActivity { get; set; } = DateTime.UtcNow; }

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