We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/keyurgolani/TasksMultiServer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•440 B
/**
* Views - Page-level components representing complete screens
*
* Views are the highest level of the atomic design hierarchy,
* composing organisms, molecules, and atoms into complete pages.
*/
export * from "./DashboardView";
export * from "./ProjectsView";
export * from "./SingleProjectView";
export * from "./SingleTaskListView";
export * from "./SingleTaskView";
export * from "./TaskListsView";
export * from "./TasksView";