-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmcp_context_bundle_ref_example.json
More file actions
48 lines (48 loc) · 1.53 KB
/
Copy pathmcp_context_bundle_ref_example.json
File metadata and controls
48 lines (48 loc) · 1.53 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
{
"artifact_id": "mcp_context_bundle_ref_example_v1",
"bundle": {
"branch": "feat/mcp-context-bundle-ref-example",
"changed_files": [
"artifacts/mcp_context_bundle_ref_example.json",
"scripts/generate_mcp_context_bundle_ref_example.py",
"tests/test_agent_artifact_bundle.py"
],
"mcp_context_output_ref": "artifacts/mcp_context_layer_example.json",
"ok": true,
"result": "PASS",
"safe_pr_gate": {
"allow_dirty": false,
"allowed_prefixes": [],
"branch": "feat/mcp-context-bundle-ref-example",
"changed_paths": [
"artifacts/mcp_context_bundle_ref_example.json",
"scripts/generate_mcp_context_bundle_ref_example.py",
"tests/test_agent_artifact_bundle.py"
],
"ok": true,
"problems": [],
"result": "PASS",
"status_short": []
},
"validation_evidence": [
{
"command": "python -m compileall -q scripts/agent_artifact_bundle.py scripts/generate_mcp_context_bundle_ref_example.py",
"result": "pass"
},
{
"command": "pytest tests/test_agent_artifact_bundle.py -q",
"result": "pass"
},
{
"command": "python scripts/validate_agent_artifact_bundle.py --bundle artifacts/mcp_context_bundle_ref_example.json",
"result": "pass"
}
]
},
"evaluation_mode": "deterministic",
"external_apis": "none",
"generated_by": "McpContextBundleRefExampleGenerator",
"llm_judges": "none",
"schema_version": "mcp_context_bundle_ref_example.v1",
"version": "1.0"
}