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•638 B
/**
* EditProjectModal Organism
*
* A modal dialog for editing existing projects with form validation.
* Pre-populates form fields with current project data.
* Implements glassmorphism effect and follows design system patterns.
*
* Requirements: 19.1, 19.2, 19.3
* - 19.1: Display a modal overlay with a form pre-populated with current project details
* - 19.2: Validate that the project name is not empty
* - 19.3: Update the project and close the modal when form is submitted with valid data
*/
export { EditProjectModal, type EditProjectModalProps } from "./EditProjectModal";
export { default } from "./EditProjectModal";