16 lines
530 B
JSON
16 lines
530 B
JSON
{
|
|
"theme": "Default",
|
|
"preferredEditor": "vscode",
|
|
"mcpServers": {
|
|
//======================================================================
|
|
// *** FOR YOUR KUBESPRAY GOAL ***
|
|
// This is the config for the custom Python script we discussed.
|
|
// This is the tool that will *actually* search changelogs.
|
|
//======================================================================
|
|
"kubespray-changelog": {
|
|
"command": "./bin/get_kubespray_changelog.py",
|
|
"args": [],
|
|
"trust": true
|
|
}
|
|
}
|
|
} |