Skip to main content
Glama

MCP Prompts Server

core.mdc708 B
--- globs: packages/core/**/*.ts, packages/core/**/package.json, packages/core/**/tsconfig.json, packages/core/ alwaysApply: false --- # MCP Prompts Core Package Rules ## Domain Logic Purity - No dependencies on specific adapters - Pure TypeScript types and functions - Business logic only in core/ ## Module Structure - entities/ - Domain entities - ports/ - Interface definitions - services/ - Domain services - No infrastructure dependencies ## Testing Approach - Unit tests with Jest - Mock all external dependencies - Test business logic in isolation - Coverage > 90% ## Import Rules - No imports from adapter packages - Only standard library and domain contracts - Use dependency injection patterns

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/sparesparrow/mcp-prompts'

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