qase-mcp-server
1
Qase MCP Server is designed to integrate with the Qase test management platform, offering tools for managing test cases and executions. It facilitates the creation, retrieval, and organization of test projects and related data.
Qase MCP Server
Qase MCP Server integrates with the Qase test management platform to provide functionalities such as creating and managing test cases and test executions.
Setup
Prerequisites
- Node.js v23.5.0
- Qase API Token
- TypeScript
Installation
- Install packages
- Build the project
Available Tools
get_projects
: Retrieve a list of projects.get_test_cases
: Retrieve a list of test cases for a specified project.create_test_case
: Create a new test case.create_suite
: Create a new test suite.create_test_run
: Create a new test run.create_test_cases_in_bulk
: Create multiple test cases in bulk.
Error Handling
Errors such as authentication errors, parameter errors, or API errors from Qase API may occur.