We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Kirachon/context-engine'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
preferences.md•1.19 kB
# User Preferences
This file stores your coding preferences and style choices. The AI assistant will automatically reference this when helping you write code.
## Coding Style
<!-- Add your coding style preferences here. Examples:
- Prefer functional programming over OOP
- Use TypeScript strict mode
- Avoid default exports
- Prefer const over let
-->
## Testing Preferences
<!-- Add your testing preferences here. Examples:
- Prefer Jest over Mocha
- Write integration tests before unit tests
- Use test-driven development (TDD)
- Mock external APIs in tests
-->
## Tool Preferences
<!-- Add your tool and technology preferences here. Examples:
- Use pnpm over npm
- Prefer VS Code
- Use ESLint with Prettier
-->
## Documentation Style
<!-- Add your documentation preferences here. Examples:
- Use JSDoc comments for all public functions
- Prefer inline comments over block comments
- Write README files for new modules
-->
## Naming Conventions
<!-- Add your naming convention preferences here. Examples:
- Use camelCase for variables and functions
- Use PascalCase for classes and types
- Use SCREAMING_SNAKE_CASE for constants
- Prefix interfaces with 'I' (or don't)
-->