Skip to content

Commit 64640cb

Browse files
committed
fix: works_in_archestra for temporal and coding agent
1 parent 4922582 commit 64640cb

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

app/app/mcp-catalog/data/mcp-evaluations/archestra-ai__archestra-coding-agent.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,5 +197,13 @@
197197
"implementing_oauth2": false
198198
},
199199
"dependencies": [],
200-
"raw_dependencies": ""
200+
"raw_dependencies": "",
201+
"archestra_config": {
202+
"client_config_permutations": null,
203+
"oauth": {
204+
"provider": null,
205+
"required": false
206+
},
207+
"works_in_archestra": true
208+
}
201209
}

app/app/mcp-catalog/data/mcp-evaluations/gethosthewalrus__temporal-mcp.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,5 +174,13 @@
174174
"name": "mcp",
175175
"importance": 9
176176
}
177-
]
177+
],
178+
"archestra_config": {
179+
"client_config_permutations": null,
180+
"oauth": {
181+
"provider": null,
182+
"required": false
183+
},
184+
"works_in_archestra": true
185+
}
178186
}

0 commit comments

Comments
 (0)