QASE MCP 서버
Qase API를 위한 MCP 서버 구현
Qase 테스트 관리 플랫폼과의 통합을 제공하는 TypeScript 기반 MCP 서버입니다. 다양한 Qase 엔티티와 상호 작용할 수 있는 도구를 제공하여 핵심 MCP 개념을 구현합니다.
특징
도구
이 서버는 Qase API와 상호 작용하기 위한 도구를 제공하며, 이를 통해 다음 엔터티를 관리할 수 있습니다.
프로젝트
list_projects- 모든 프로젝트 가져오기get_project- 코드로 프로젝트 가져오기create_project- 새 프로젝트 만들기delete_project- 코드로 프로젝트 삭제
테스트 케이스
get_cases- 프로젝트의 모든 테스트 케이스 가져오기get_case- 특정 테스트 케이스 가져오기create_case- 새로운 테스트 케이스를 생성합니다update_case- 기존 테스트 케이스 업데이트
테스트 실행
get_runs- 프로젝트의 모든 테스트 실행을 가져옵니다.get_run- 특정 테스트 실행 가져오기
테스트 결과
get_results- 프로젝트에 대한 모든 테스트 실행 결과를 가져옵니다.get_result- 코드와 해시로 테스트 실행 결과 가져오기create_result- 테스트 실행 결과 생성create_result_bulk- 여러 테스트 실행 결과를 대량으로 생성합니다.update_result- 기존 테스트 실행 결과 업데이트
테스트 계획
get_plans- 프로젝트의 모든 테스트 계획을 가져옵니다.get_plan- 특정 테스트 계획을 가져옵니다create_plan- 새로운 테스트 계획을 만듭니다update_plan- 기존 테스트 계획 업데이트delete_plan- 테스트 계획 삭제
테스트 스위트
get_suites- 프로젝트의 모든 테스트 모음을 가져옵니다.get_suite- 특정 테스트 모음 가져오기create_suite- 새로운 테스트 모음을 만듭니다.update_suite- 기존 테스트 모음 업데이트delete_suite- 테스트 모음 삭제
공유 단계
get_shared_steps- 프로젝트의 모든 공유 단계 가져오기get_shared_step- 특정 공유 단계 가져오기create_shared_step- 새로운 공유 단계 생성update_shared_step- 기존 공유 단계 업데이트delete_shared_step- 공유 단계 삭제
개발
종속성 설치:
지엑스피1
서버를 빌드하세요:
자동 재빌드를 사용한 개발의 경우:
설치
클로드 데스크탑
Claude Desktop과 함께 사용하려면 서버 구성을 추가하세요.
MacOS의 경우:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows의 경우:
%APPDATA%/Claude/claude_desktop_config.json
커서
커서와 함께 사용하려면 다음과 같이 명령을 등록하세요.
디버깅
MCP 서버는 stdio를 통해 통신하므로 디버깅이 어려울 수 있습니다. MCP Inspector 사용을 권장합니다.
Related MCP Servers
- AsecurityFlicenseAqualityA TypeScript-based MCP server designed for experimentation and integration with Calude Desktop and Cursor IDE, offering a modular playground for extending server capabilities.Last updated -23737
- AsecurityFlicenseAqualityAn MCP server that executes tox commands to run Python tests within a project using pytest, allowing users to run all tests or specific test groups, files, cases, or directories.Last updated -5
- -securityFlicense-qualityA Model Context Protocol server that integrates with the Qase test management platform, allowing users to create and retrieve test cases, manage test runs, and interact with Qase projects.Last updated -71
- Asecurity-licenseAqualityQA Sphere MCP server that enables Large Language Models to interact directly with test management system test cases, supporting AI-powered development workflows and test case discovery.Last updated -62415MIT License