updated MCP mermaid diagram to show confirmation
added prompt engineering slide TO-DO. start on demo slides and notes
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 960 KiB |
@@ -42,7 +42,7 @@ What is MCP?
|
|||||||
<!-- new_line -->
|
<!-- new_line -->
|
||||||
<!-- alignment: center -->
|
<!-- alignment: center -->
|
||||||
<!-- font_size: 2 -->
|
<!-- font_size: 2 -->
|
||||||
**MCP gives tools to AI**
|
MCP gives tools to AI
|
||||||
===
|
===
|
||||||

|

|
||||||
<!-- no_footer -->
|
<!-- no_footer -->
|
||||||
@@ -123,9 +123,11 @@ sequenceDiagram
|
|||||||
LLM->>ArgoCD: Get GitOps application
|
LLM->>ArgoCD: Get GitOps application
|
||||||
LLM->>Git: Get Git repo
|
LLM->>Git: Get Git repo
|
||||||
LLM->>LLM: Plan fix
|
LLM->>LLM: Plan fix
|
||||||
|
LLM->>You: Here is the plan. Requesting Approval
|
||||||
|
You->>LLM: Approved
|
||||||
LLM->>Git: Push fix to Git
|
LLM->>Git: Push fix to Git
|
||||||
LLM->>OCP: Verify change applied
|
LLM->>OCP: Verify change applied
|
||||||
LLM->>You: The issue was X. I resolved by doing Y
|
LLM->>You: Applied Succesfully
|
||||||
```
|
```
|
||||||
<!-- pause -->
|
<!-- pause -->
|
||||||
<!-- column: 1 -->
|
<!-- column: 1 -->
|
||||||
@@ -135,6 +137,9 @@ sequenceDiagram
|
|||||||
<!-- new_line -->
|
<!-- new_line -->
|
||||||
<!-- new_line -->
|
<!-- new_line -->
|
||||||
<!-- new_line -->
|
<!-- new_line -->
|
||||||
|
<!-- new_line -->
|
||||||
|
<!-- new_line -->
|
||||||
|
<!-- new_line -->
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
@@ -176,14 +181,32 @@ Tools for the demo
|
|||||||
<!-- new_line -->
|
<!-- new_line -->
|
||||||
* `argocd-mcp-server` - ArgoCD (aka Openshift GitOps) application management
|
* `argocd-mcp-server` - ArgoCD (aka Openshift GitOps) application management
|
||||||
<!-- new_line -->
|
<!-- new_line -->
|
||||||
* `minio-mcp-server` - S3-Compatible Object storage operations
|
|
||||||
|
|
||||||
<!-- no_footer -->
|
<!-- no_footer -->
|
||||||
<!-- speaker_note: Explain the tools in the wider context -->
|
<!-- speaker_note: Explain the tools in the wider context -->
|
||||||
<!-- speaker_note: openshift - complete CRUD access -->
|
<!-- speaker_note: openshift - complete CRUD access -->
|
||||||
<!-- speaker_note: gitea - ability to read and commit, create repos etc. -->
|
<!-- speaker_note: gitea - ability to read and commit, create repos etc. -->
|
||||||
<!-- speaker_note: ArgoCD - add and keep deployments in a specified state -->
|
<!-- speaker_note: ArgoCD - add and keep deployments in a specified state -->
|
||||||
<!-- speaker_note: MinIO - self-hosted S3 -->
|
<!-- end_slide -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- font_size: 4 -->
|
||||||
|
Prompt Engineering
|
||||||
|
===
|
||||||
|
<!-- font_size: 2 -->
|
||||||
|
Intent vs. Instruction
|
||||||
|
===
|
||||||
|
<!-- font_size: 2 -->
|
||||||
|

|
||||||
|
|
||||||
|
<!-- pause -->
|
||||||
|
<!-- new_line -->
|
||||||
|
<!-- new_line -->
|
||||||
|
<!-- font_size: 2 -->
|
||||||
|
Ambiguity is the enemy of automation. If you don’t define ‘safe’… the AI will.
|
||||||
<!-- end_slide -->
|
<!-- end_slide -->
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
BIN
01-claude-ocp/table.png
Normal file
BIN
01-claude-ocp/table.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 167 KiB |
Reference in New Issue
Block a user