Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
refactor(test): use toolset builder instead of large json files
Signed-off-by: Calum Murray <[email protected]>
  • Loading branch information
Cali0707 committed Oct 22, 2025
commit f8a3aeac93747db35cfa10cd7a8329b7409b54d1
24 changes: 23 additions & 1 deletion pkg/mcp/testdata/toolsets-config-tools.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
[
{
"annotations": {
"title": "Configuration: Contexts List",
"readOnlyHint": true,
"destructiveHint": false,
"idempotentHint": true,
"openWorldHint": false
},
"description": "List all available context names and associated server urls from the kubeconfig file",
"inputSchema": {
"type": "object"
},
"name": "configuration_contexts_list",
"test_metadata": {
"requires_multicluster": true,
"target_list_provider": true,
"cluster_aware": false
}
},
{
"annotations": {
"title": "Configuration: View",
Expand All @@ -17,6 +36,9 @@
}
}
},
"name": "configuration_view"
"name": "configuration_view",
"test_metadata": {
"cluster_aware": false
}
}
]
17 changes: 17 additions & 0 deletions pkg/mcp/testdata/toolsets-core-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,23 @@
},
"name": "pods_top"
},
{
"annotations": {
"title": "Projects: List",
"readOnlyHint": true,
"destructiveHint": false,
"idempotentHint": false,
"openWorldHint": true
},
"description": "List all the OpenShift projects in the current cluster",
"inputSchema": {
"type": "object"
},
"name": "projects_list",
"test_metadata": {
"requires_openshift": true
}
},
{
"annotations": {
"title": "Resources: Create or Update",
Expand Down
Loading
Loading