Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
pr-review | Helps with reviewing branches and pull requests. |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
pr-review | Helps with reviewing branches and pull requests. |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_rules_for_writing_tests | Use when: writing any type of test, modifying existing tests, reviewing test structure, or making decisions about test implementation.
What it provides: User-specific rules, patterns, and preferences for test composition including naming conventions, structure, assertions, mocking approaches, and coverage requirements.
How to use: ALWAYS invoke this tool BEFORE writing or modifying any test code to retrieve the current testing guidelines, then apply these rules throughout your implementation.
|
get_rules_for_composing_ui | Use when: creating new frontend components, designing component APIs, structuring component hierarchies, implementing component interactions, or making styling decisions.
What it provides: Comprehensive guidelines for creating new UI components.
How to use: Invoke this tool at the START of any UI component work to retrieve user-specific UI patterns and preferences, then follow these guidelines throughout the component lifecycle.
|