Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| XBY_APIKEY | Yes | 你的实际apikey (Your actual API key) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_prd_prompt | Generate an assembled Product Requirements Document prompt with specified technology stacks and analysis focus areas |
| generate_codebase_analysis_prompt | Generate an assembled codebase analysis prompt with specified technology stacks and analysis focus areas |
| generate_bug_analysis_prompt | Generate an assembled bug analysis prompt with specified technology stacks and severity level |
| get_prd_template | Fetch a comprehensive Product Requirements Document markdown template with all standard sections (14 sections total) |
| get_codebase_analysis_template | Fetch a comprehensive codebase analysis markdown template with all standard sections (12 sections total) |
| get_bug_analysis_template | Fetch a comprehensive bug analysis markdown template with all standard sections (8 sections total) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |