Skip to main content
Glama
structure.md871 B
# Project Structure ## Organization Philosophy [Describe approach: feature-first, layered, domain-driven, etc.] ## Directory Patterns ### [Pattern Name] **Location**: `/path/` **Purpose**: [What belongs here] **Example**: [Brief example] ### [Pattern Name] **Location**: `/path/` **Purpose**: [What belongs here] **Example**: [Brief example] ## Naming Conventions - **Files**: [Pattern, e.g., PascalCase, kebab-case] - **Components**: [Pattern] - **Functions**: [Pattern] ## Import Organization ```typescript // Example import patterns import { Something } from '@/path' // Absolute import { Local } from './local' // Relative ``` **Path Aliases**: - `@/`: [Maps to] ## Code Organization Principles [Key architectural patterns and dependency rules] --- _Document patterns, not file trees. New files following patterns shouldn't require updates_

Latest Blog Posts

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/ssoma-dev/mcp-server-lychee-redmine'

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