-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathaiou-mcp.json
More file actions
66 lines (66 loc) · 2.84 KB
/
Copy pathaiou-mcp.json
File metadata and controls
66 lines (66 loc) · 2.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"artifactType": "run",
"schemaVersion": "1.0.0",
"gate": "fail",
"runId": "run_2026-07-15T223558726Z_dc79c0ea",
"createdAt": "2026-07-15T22:35:58.726Z",
"toolVersion": "1.32.1",
"target": {
"targetId": "aiou-mcp",
"adapter": "local-process",
"command": "npx",
"args": [
"-y",
"aiou-mcp"
],
"cwd": ".",
"metadata": {
"package": "aiou-mcp",
"purpose": "mcp-safety-index",
"riskClass": "Open university API access",
"failureClass": "Student/enrollment/grade boundary",
"whyItMatters": "Allama Iqbal Open University is the world's 2nd largest university with 4M+ students across Pakistan. MCP servers accessing enrollment, grades, and course materials handle education records at massive scale."
}
},
"environment": {
"platform": "darwin 25.5.0",
"nodeVersion": "v22.22.1"
},
"summary": {
"total": 3,
"pass": 0,
"fail": 0,
"partial": 0,
"unsupported": 0,
"flaky": 0,
"skipped": 3,
"gate": "fail"
},
"checks": [
{
"id": "tools",
"capability": "tools",
"status": "skipped",
"durationMs": 0,
"message": "Skipped because startup failed before the MCP session initialized. See the failure diagnosis.",
"evidence": []
},
{
"id": "prompts",
"capability": "prompts",
"status": "skipped",
"durationMs": 0,
"message": "Skipped because startup failed before the MCP session initialized. See the failure diagnosis.",
"evidence": []
},
{
"id": "resources",
"capability": "resources",
"status": "skipped",
"durationMs": 0,
"message": "Skipped because startup failed before the MCP session initialized. See the failure diagnosis.",
"evidence": []
}
],
"fatalError": "Could not establish a plain stdio MCP session for target `aiou-mcp`.\nCommand: npx -y aiou-mcp\nDiagnosis: The process exited or detached before MCP initialization completed.\nRaw error: MCP error -32000: Connection closed\nLikely causes:\n- The package may expect extra startup arguments or environment variables.\n- The package may not behave like a plain local-process stdio target under this invocation.\n- The server may be crashing immediately and only leaving clues on stderr.\nNext steps:\n- Run the command manually and look for usage output, auth prompts, or crash text.\n- Check whether the package expects a different transport or an app-oriented startup flow.\n- Use the recent stderr lines below before assuming this is a harness bug.\nRecent stderr:\n- npm error 404 'aiou-mcp@*' is not in this registry.\n- npm error 404\n- npm error 404 Note that you can also install from a\n- npm error 404 tarball, folder, http url, or git url.\n- npm error A complete log of this run can be found in: /Users/williamweishuhn/.npm/_logs/2026-07-15T22_35_58_806Z-debug-0.log"
}