We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/t3rm1nu55/ClaudeImagine'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
test-results-summary.md•1.16 KiB
# Test Results Summary
## ✅ Confirmed Working
### Test 1: Query Session ID ✅
- **Status:** PASS
- **Result:** Can extract session ID from JSON output
- **Session ID Format:** UUID (e.g., `f14d1434-045d-4235-a452-d0ac210ec2e7`)
### Test 2: Multiple Instances ✅
- **Status:** PASS
- **Result:** Can run multiple instances sequentially
- **Note:** Each gets different session ID
## ⚠️ Needs Verification
### Test 3: Different MCP Config
- **Status:** WARNING
- **Issue:** Detection logic may need improvement
- **Action:** Check actual output to verify MCP tools are visible
### Test 4: Different Tools
- **Status:** WARNING
- **Issue:** Detection logic may be too strict
- **Action:** Verify tools are actually limited
### Test 5: Different Agents
- **Status:** TIMEOUT
- **Issue:** Takes too long with --agents flag
- **Action:** Increase timeout or simplify test
### Test 7: Expert Instance
- **Status:** TIMEOUT
- **Issue:** Complex config takes too long
- **Action:** Simplify or increase timeout
## Next Steps
1. Verify Test 3 & 4 outputs manually
2. Fix Test 5 & 7 timeouts
3. Continue with remaining tests
4. Build plugin/skills libraries after all tests pass