Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FRESHRELEASE_DOMAIN | Yes | Your Freshrelease domain (e.g., yourcompany.freshrelease.com) | |
| FRESHRELEASE_API_KEY | Yes | Your Freshrelease API key |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| fr_create_project | Create a project in Freshrelease. |
| fr_get_project | Get a project from Freshrelease by ID or key. |
| fr_create_task | Create a task under a Freshrelease project. |
| fr_get_task | Get a task from Freshrelease by ID. |
| fr_get_all_tasks | Get a task from Freshrelease by ID. |
| fr_get_issue_type_by_name | Fetch the issue type object for a given human name within a project. This function lists issue types under the specified project and returns the first match by case-insensitive name comparison. |
| fr_search_users | Search users in a project by name or email. |
| fr_link_testcase_issues | Bulk update multiple test cases with issue links by keys. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |