Loading...
npx -y{
"mcpServers": {
"qasphere": {
"command": "npx",
"args": ["-y", "qasphere-mcp"],
"env": {
"QASPHERE_TENANT_URL": "your-company.region.qasphere.com",
"QASPHERE_API_KEY": "your-api-key"
}
}
}
}search_test_casesSearches for test cases based on specified criteria.
Read-only operation; no data modification.
get_test_case_detailsRetrieves detailed information for a specific test case.
Read-only operation; no data modification.
update_test_caseModifies an existing test case with new information.
Modifies existing data; potential for data corruption if used incorrectly.
create_test_caseCreates a new test case within QA Sphere.
Adds new data; potential for misuse if not properly controlled.
This server's safety depends on the specific tools implemented and the permissions granted to the API key. While it primarily deals with test case data, unauthorized access could still lead to data exposure or modification. Secure API key management is crucial.