Skip to main content
Glama
index.ts447 B
/** * @mcp-tracker/shared * * Shared types and Prisma client exports for MCP Workflow Tracker. * This package is the source of truth for database types. */ // Re-export all Prisma types and enums export { PrismaClient, // Enums WorkflowStatus, TaskStatus, DecisionCategory, IssueType, TestsStatus, // Types type Workflow, type Task, type Decision, type Issue, type Milestone, type Prisma, } from '@prisma/client'

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/Aceek/MCPWorkflowCli'

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