Skip to main content
Glama

MCP Prompts Server

root.mdc765 B
--- globs: package.json, tsconfig.json, tsconfig.options.json alwaysApply: false --- # MCP Prompts Monorepo Root Rules ## Build & Package Management - Use pnpm for all package operations - Build order: core → adapters → apps/server - Use `pnpm -r build` for full monorepo builds - Test with `pnpm -r test` ## Import Strategy - Use workspace:* for internal dependencies - Import from built outputs: @mcp-prompts/core/dist/ - Avoid circular dependencies ## Code Style - ESLint 9.0+ flat config - Prettier for formatting - TypeScript strict mode - Use NodeNext module resolution ## Architecture - Hexagonal architecture patterns - Ports (interfaces) in core/ports/ - Adapters in separate packages - Pure domain logic in core/ # MCP Prompts Monorepo Root Rules

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