mirror of
https://github.com/containers/kubernetes-mcp-server.git
synced 2025-10-23 01:22:57 +03:00
- Refactor tests to use testify (more clarity+composability for complex tests) - Tests for default toolsets - Tests for configured, granular toolsets Signed-off-by: Marc Nuri <marc@marcnuri.com>
23 lines
773 B
JSON
23 lines
773 B
JSON
[
|
|
{
|
|
"annotations": {
|
|
"title": "Configuration: View",
|
|
"readOnlyHint": true,
|
|
"destructiveHint": false,
|
|
"idempotentHint": false,
|
|
"openWorldHint": true
|
|
},
|
|
"description": "Get the current Kubernetes configuration content as a kubeconfig YAML",
|
|
"inputSchema": {
|
|
"type": "object",
|
|
"properties": {
|
|
"minified": {
|
|
"description": "Return a minified version of the configuration. If set to true, keeps only the current-context and the relevant pieces of the configuration for that context. If set to false, all contexts, clusters, auth-infos, and users are returned in the configuration. (Optional, default true)",
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
},
|
|
"name": "configuration_view"
|
|
}
|
|
]
|