Files
ai-presentations/01-claude-ocp/presentation.md
2026-01-14 20:21:59 +11:00

79 lines
1.3 KiB
Markdown

---
title: "Model Context Protocol in Practice"
sub_title: MCP In Action
---
<!-- column_layout: [1, 3, 1] -->
<!-- column: 1 -->
<!-- alignment: center -->
<!-- font_size: 4 -->
What is MCP?
===
<!-- reset_layout -->
<!-- font_size: 2 -->
<!-- incremental_lists: true -->
<!-- column_layout: [5, 1] -->
<!-- column: 1 -->
<!-- jump_to_middle -->
![image](robot.png)
<!-- column: 0 -->
<!-- alignment: left -->
* Open Standard
<!-- new_line -->
* Created by Anthropic (The Claude folks) in 2024
<!-- new_line -->
* Allows LLMs to connect to data and systems
<!-- new_line -->
* Enables _agentic_ workflows
<!-- new_line -->
* Gives tools to AI
<!-- no_footer -->
<!-- speaker_note: Title Slide -->
<!-- end_slide -->
<!-- alignment: center -->
<!-- font_size: 5 -->
High Barrier to Entry
===
<!-- new_line -->
<!-- column_layout: [1,1] -->
<!-- column: 0 -->
<!-- font_size: 3 -->
<!-- incremental_lists: true -->
*
What does this do?
<!-- font_size: 1 -->
```zsh +exec
oc get co
```
<!-- column: 1 -->
<!-- font_size: 3 -->
*
And this?
<!-- font_size: 1 -->
```zsh +exec
oc get co
```
<!-- no_footer -->
<!-- speaker_note: There's a lot to learn -->
<!-- speaker_note: -The architecture -->
<!-- speaker_note: -The syntax -->
<!-- speaker_note: -Security conventions -->
<!-- end_slide -->