MCPcopy Create free account

hub / github.com/VersusControl/devops-ai-guidelines / functions

Functions787 in github.com/VersusControl/devops-ai-guidelines

↓ 1 callersMethod_handle_tool_calls
Handle tool calls from the model. Args: response: LLM response containing tool calls user_input: Ori
03-ai-agent-for-devops/code/08/src/agents/log_analyzer.py:86
↓ 1 callersFunction_is_aws_configured
Check if AWS credentials are available
03-ai-agent-for-devops/code/14/src/tools/aws_actions.py:10
↓ 1 callersFunction_is_aws_configured
Check if AWS credentials are available
03-ai-agent-for-devops/code/10/src/tools/aws_actions.py:10
↓ 1 callersFunction_is_aws_configured
Check if AWS credentials are available
03-ai-agent-for-devops/code/13/src/tools/aws_actions.py:10
↓ 1 callersFunction_is_aws_configured
Check if AWS credentials are available
03-ai-agent-for-devops/code/12/src/tools/aws_actions.py:10
↓ 1 callersFunction_is_slack_configured
Check if Slack webhook URL is available
03-ai-agent-for-devops/code/14/src/tools/slack_notifier.py:11
↓ 1 callersFunction_is_slack_configured
Check if Slack webhook URL is available
03-ai-agent-for-devops/code/10/src/tools/slack_notifier.py:11
↓ 1 callersFunction_is_slack_configured
Check if Slack webhook URL is available
03-ai-agent-for-devops/code/13/src/tools/slack_notifier.py:11
↓ 1 callersFunction_is_slack_configured
Check if Slack webhook URL is available
03-ai-agent-for-devops/code/12/src/tools/slack_notifier.py:11
↓ 1 callersMethod_load
(self)
03-ai-agent-for-devops/code/14/src/memory/incident_store.py:32
↓ 1 callersMethod_load
(self)
03-ai-agent-for-devops/code/13/src/memory/incident_store.py:32
↓ 1 callersMethod_load
(self)
03-ai-agent-for-devops/code/12/src/memory/incident_store.py:32
↓ 1 callersFunction_reboot_rds_placeholder
Placeholder RDS reboot for learning/testing
03-ai-agent-for-devops/code/14/src/tools/aws_actions.py:95
↓ 1 callersFunction_reboot_rds_placeholder
Placeholder RDS reboot for learning/testing
03-ai-agent-for-devops/code/10/src/tools/aws_actions.py:95
↓ 1 callersFunction_reboot_rds_placeholder
Placeholder RDS reboot for learning/testing
03-ai-agent-for-devops/code/13/src/tools/aws_actions.py:95
↓ 1 callersFunction_reboot_rds_placeholder
Placeholder RDS reboot for learning/testing
03-ai-agent-for-devops/code/12/src/tools/aws_actions.py:95
↓ 1 callersFunction_reboot_rds_real
Real AWS RDS reboot using boto3
03-ai-agent-for-devops/code/14/src/tools/aws_actions.py:42
↓ 1 callersFunction_reboot_rds_real
Real AWS RDS reboot using boto3
03-ai-agent-for-devops/code/10/src/tools/aws_actions.py:42
↓ 1 callersFunction_reboot_rds_real
Real AWS RDS reboot using boto3
03-ai-agent-for-devops/code/13/src/tools/aws_actions.py:42
↓ 1 callersFunction_reboot_rds_real
Real AWS RDS reboot using boto3
03-ai-agent-for-devops/code/12/src/tools/aws_actions.py:42
↓ 1 callersFunction_send_slack_placeholder
Placeholder Slack notification for learning/testing
03-ai-agent-for-devops/code/14/src/tools/slack_notifier.py:137
↓ 1 callersFunction_send_slack_placeholder
Placeholder Slack notification for learning/testing
03-ai-agent-for-devops/code/10/src/tools/slack_notifier.py:137
↓ 1 callersFunction_send_slack_placeholder
Placeholder Slack notification for learning/testing
03-ai-agent-for-devops/code/13/src/tools/slack_notifier.py:137
↓ 1 callersFunction_send_slack_placeholder
Placeholder Slack notification for learning/testing
03-ai-agent-for-devops/code/12/src/tools/slack_notifier.py:137
↓ 1 callersFunction_send_slack_real
Send real Slack notification via webhook
03-ai-agent-for-devops/code/14/src/tools/slack_notifier.py:106
↓ 1 callersFunction_send_slack_real
Send real Slack notification via webhook
03-ai-agent-for-devops/code/10/src/tools/slack_notifier.py:106
↓ 1 callersFunction_send_slack_real
Send real Slack notification via webhook
03-ai-agent-for-devops/code/13/src/tools/slack_notifier.py:106
↓ 1 callersFunction_send_slack_real
Send real Slack notification via webhook
03-ai-agent-for-devops/code/12/src/tools/slack_notifier.py:106
↓ 1 callersFunction_summarize_result
One-line preview of a tool result for the progress panel.
03-ai-agent-for-devops/code/14/app.py:95
↓ 1 callersFunction_summarize_result
One-line preview of a tool result for the progress panel.
03-ai-agent-for-devops/code/10/app.py:87
↓ 1 callersFunction_summarize_result
One-line preview of a tool result for the progress panel.
03-ai-agent-for-devops/code/13/app.py:92
↓ 1 callersFunction_summarize_result
One-line preview of a tool result for the progress panel.
03-ai-agent-for-devops/code/12/app.py:88
↓ 1 callersMethod_tool_loop
Execute tool calls in a loop until the LLM returns a text-only response or we hit the iteration limit.
03-ai-agent-for-devops/code/14/src/agents/log_analyzer.py:90
↓ 1 callersMethod_tool_loop
Execute tool calls in a loop until the LLM returns a text-only response or we hit the iteration limit.
03-ai-agent-for-devops/code/10/src/agents/log_analyzer.py:85
↓ 1 callersMethod_tool_loop
Execute tool calls in a loop until the LLM returns a text-only response or we hit the iteration limit.
03-ai-agent-for-devops/code/13/src/agents/log_analyzer.py:90
↓ 1 callersMethod_tool_loop
Execute tool calls in a loop until the LLM returns a text-only response or we hit the iteration limit.
03-ai-agent-for-devops/code/12/src/agents/log_analyzer.py:90
↓ 1 callersFunctionactionToPermission
(action, resource string)
02-mcp-for-devops/code/06/pkg/security/middleware.go:101
↓ 1 callersMethodadd
Save a new incident summary and return it.
03-ai-agent-for-devops/code/14/src/memory/incident_store.py:49
↓ 1 callersMethodadd
Save a new incident summary and return it.
03-ai-agent-for-devops/code/13/src/memory/incident_store.py:49
↓ 1 callersMethodadd
Save a new incident summary and return it.
03-ai-agent-for-devops/code/12/src/memory/incident_store.py:49
↓ 1 callersMethodaround
Return all entries within `window_seconds` of an anchor entry. Used to answer "what else was happening at the same time as this
03-ai-agent-for-devops/code/14/src/analysis/correlator.py:98
↓ 1 callersMethodattach
(kind string)
02-mcp-for-devops/code/07/pkg/watch/watcher.go:95
↓ 1 callersFunctionbuildClient
(spec ClusterSpec)
02-mcp-for-devops/code/07/pkg/multicluster/manager.go:118
↓ 1 callersFunctionbuildConfig
(configPath string)
02-mcp-for-devops/code/06/pkg/k8s/client.go:46
↓ 1 callersFunctionbuildConfig
(configPath string)
02-mcp-for-devops/code/03/pkg/k8s/client.go:43
↓ 1 callersFunctionbuildConfig
(configPath string)
02-mcp-for-devops/code/04/pkg/k8s/client.go:46
↓ 1 callersFunctionbuild_timeline
Render a chronological text timeline with cross-source clusters marked. Format: TIMELINE (last 30m, 47 entries across 3 sources)
03-ai-agent-for-devops/code/14/src/analysis/correlator.py:121
↓ 1 callersMethodclear_history
Clear the conversation history
03-ai-agent-for-devops/code/07/src/agents/log_analyzer.py:155
↓ 1 callersMethodcomplete
(self)
03-ai-agent-for-devops/code/14/app.py:80
↓ 1 callersMethodcomplete
(self)
03-ai-agent-for-devops/code/10/app.py:72
↓ 1 callersMethodcomplete
(self)
03-ai-agent-for-devops/code/13/app.py:77
↓ 1 callersMethodcomplete
(self)
03-ai-agent-for-devops/code/12/app.py:73
↓ 1 callersFunctionconvert_to_langchain_messages
Convert Streamlit messages to LangChain message format
03-ai-agent-for-devops/code/09/app.py:123
↓ 1 callersFunctionconvert_to_langchain_messages
Convert Streamlit messages to LangChain message format
03-ai-agent-for-devops/code/08/app.py:98
↓ 1 callersFunctiondisplay_chat_messages
Display all chat messages from history
03-ai-agent-for-devops/code/09/app.py:116
↓ 1 callersFunctiondisplay_chat_messages
Display all chat messages from history
03-ai-agent-for-devops/code/08/app.py:91
↓ 1 callersFunctiondisplay_history
Render all past messages, including collapsed thinking steps.
03-ai-agent-for-devops/code/14/app.py:151
↓ 1 callersFunctiondisplay_history
Render all past messages, including collapsed thinking steps.
03-ai-agent-for-devops/code/10/app.py:130
↓ 1 callersFunctiondisplay_history
Render all past messages, including collapsed thinking steps.
03-ai-agent-for-devops/code/13/app.py:148
↓ 1 callersFunctiondisplay_history
Render all past messages, including collapsed thinking steps.
03-ai-agent-for-devops/code/12/app.py:144
↓ 1 callersFunctiondisplay_sidebar
Display sidebar with information and controls
03-ai-agent-for-devops/code/09/app.py:39
↓ 1 callersFunctiondisplay_sidebar
Display sidebar with information and controls
03-ai-agent-for-devops/code/08/app.py:42
↓ 1 callersMethoderror
(self, msg: str)
03-ai-agent-for-devops/code/10/app.py:82
↓ 1 callersMethoderror
(self, msg: str)
03-ai-agent-for-devops/code/13/app.py:87
↓ 1 callersMethoderror
(self, msg: str)
03-ai-agent-for-devops/code/12/app.py:83
↓ 1 callersMethodexecuteCreateConfigMap
executeCreateConfigMap handles ConfigMap creation/update
02-mcp-for-devops/code/06/pkg/tools/executor.go:234
↓ 1 callersMethodexecuteCreateConfigMap
executeCreateConfigMap handles ConfigMap creation/update
02-mcp-for-devops/code/04/pkg/tools/executor.go:217
↓ 1 callersMethodexecuteDeletePod
executeDeletePod handles pod deletion
02-mcp-for-devops/code/06/pkg/tools/executor.go:280
↓ 1 callersMethodexecuteDeletePod
executeDeletePod handles pod deletion
02-mcp-for-devops/code/04/pkg/tools/executor.go:263
↓ 1 callersMethodexecuteGetPodLogs
executeGetPodLogs handles log retrieval
02-mcp-for-devops/code/06/pkg/tools/executor.go:160
↓ 1 callersMethodexecuteGetPodLogs
executeGetPodLogs handles log retrieval
02-mcp-for-devops/code/04/pkg/tools/executor.go:143
↓ 1 callersMethodexecuteListPods
executeListPods handles listing pods in a namespace
02-mcp-for-devops/code/06/pkg/tools/executor.go:318
↓ 1 callersMethodexecuteListPods
executeListPods handles listing pods in a namespace
02-mcp-for-devops/code/04/pkg/tools/executor.go:301
↓ 1 callersMethodexecuteRestartDeployment
executeRestartDeployment handles deployment restarts
02-mcp-for-devops/code/06/pkg/tools/executor.go:130
↓ 1 callersMethodexecuteRestartDeployment
executeRestartDeployment handles deployment restarts
02-mcp-for-devops/code/04/pkg/tools/executor.go:113
↓ 1 callersMethodexecuteScaleDeployment
executeScaleDeployment handles deployment scaling
02-mcp-for-devops/code/06/pkg/tools/executor.go:83
↓ 1 callersMethodexecuteScaleDeployment
executeScaleDeployment handles deployment scaling
02-mcp-for-devops/code/04/pkg/tools/executor.go:83
↓ 1 callersFunctionextractHeadersFromContext
(ctx context.Context)
02-mcp-for-devops/code/06/pkg/mcp/secure_server.go:86
↓ 1 callersMethodfindRole
(roleName string)
02-mcp-for-devops/code/06/pkg/rbac/policies.go:141
↓ 1 callersFunctionformatToolError
formatToolError formats tool execution errors
02-mcp-for-devops/code/06/pkg/mcp/tools.go:94
↓ 1 callersFunctionformatToolError
formatToolError formats tool execution errors
02-mcp-for-devops/code/04/pkg/mcp/tools.go:94
↓ 1 callersFunctionformatToolResult
formatToolResult formats successful tool execution results
02-mcp-for-devops/code/06/pkg/mcp/tools.go:58
↓ 1 callersFunctionformatToolResult
formatToolResult formats successful tool execution results
02-mcp-for-devops/code/04/pkg/mcp/tools.go:58
↓ 1 callersFunctiongenerateEventID
()
02-mcp-for-devops/code/06/pkg/audit/logger.go:133
↓ 1 callersMethodgetConfigMapDetails
(ctx context.Context, namespace, name string)
02-mcp-for-devops/code/06/pkg/k8s/client.go:343
↓ 1 callersMethodgetConfigMapDetails
(ctx context.Context, namespace, name string)
02-mcp-for-devops/code/03/pkg/k8s/client.go:340
↓ 1 callersMethodgetConfigMapDetails
(ctx context.Context, namespace, name string)
02-mcp-for-devops/code/04/pkg/k8s/client.go:343
↓ 1 callersFunctiongetContainerInfo
(pod *corev1.Pod)
02-mcp-for-devops/code/06/pkg/k8s/client.go:395
↓ 1 callersFunctiongetContainerInfo
(pod *corev1.Pod)
02-mcp-for-devops/code/03/pkg/k8s/client.go:392
↓ 1 callersFunctiongetContainerInfo
(pod *corev1.Pod)
02-mcp-for-devops/code/04/pkg/k8s/client.go:395
↓ 1 callersFunctiongetDeploymentConditions
(deployment *appsv1.Deployment)
02-mcp-for-devops/code/06/pkg/k8s/client.go:442
↓ 1 callersFunctiongetDeploymentConditions
(deployment *appsv1.Deployment)
02-mcp-for-devops/code/03/pkg/k8s/client.go:439
↓ 1 callersFunctiongetDeploymentConditions
(deployment *appsv1.Deployment)
02-mcp-for-devops/code/04/pkg/k8s/client.go:442
↓ 1 callersMethodgetDeploymentDetails
(ctx context.Context, namespace, name string)
02-mcp-for-devops/code/06/pkg/k8s/client.go:305
↓ 1 callersMethodgetDeploymentDetails
(ctx context.Context, namespace, name string)
02-mcp-for-devops/code/03/pkg/k8s/client.go:302
↓ 1 callersMethodgetDeploymentDetails
(ctx context.Context, namespace, name string)
02-mcp-for-devops/code/04/pkg/k8s/client.go:305
↓ 1 callersFunctiongetNamespace
* The extension does not talk to the MCP server directly. Instead it routes * user intent through GitHub Copilot Chat, which already has the * `k8s-
02-mcp-for-devops/code/05/extension/src/extension.ts:10
↓ 1 callersMethodgetNamespaceDetails
(ctx context.Context, name string)
02-mcp-for-devops/code/06/pkg/k8s/client.go:365
↓ 1 callersMethodgetNamespaceDetails
(ctx context.Context, name string)
02-mcp-for-devops/code/03/pkg/k8s/client.go:362
↓ 1 callersMethodgetNamespaceDetails
(ctx context.Context, name string)
02-mcp-for-devops/code/04/pkg/k8s/client.go:365
← previousnext →201–300 of 787, ranked by callers