106 lines
1.8 KiB
Markdown
106 lines
1.8 KiB
Markdown
<!-- column_layout: [1, 8, 1] -->
|
|
<!-- column: 0 -->
|
|
<!-- alignment: left -->
|
|

|
|
|
|
<!-- font_size: 5 -->
|
|
<!-- column: 1 -->
|
|
<!-- jump_to_middle -->
|
|
<!-- alignment: center -->
|
|
|
|
MCP in Practice
|
|
|
|
<!-- no_footer -->
|
|
<!-- speaker_note: Title slide -->
|
|
<!-- speaker_note: Do a quick intro -->
|
|
|
|
<!-- end_slide -->
|
|
|
|
|
|
|
|
<!-- 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 -->
|
|
|
|
|
|
|
|
<!-- column: 0 -->
|
|
<!-- alignment: left -->
|
|
* Open Standard
|
|
<!-- new_line -->
|
|
* Created by Anthropic (Creators of Claude) in 2024
|
|
<!-- new_line -->
|
|
* Allows LLMs to connect to data and systems
|
|
<!-- new_line -->
|
|
* Enables _agentic_ workflows
|
|
<!-- new_line -->
|
|
* Gives tools to AI
|
|
|
|
<!-- column: 1 -->
|
|
*
|
|
|
|
|
|
<!-- no_footer -->
|
|
<!-- speaker_note: Title Slide -->
|
|
<!-- end_slide -->
|
|
|
|
|
|
|
|
|
|
<!-- font_size: 3 -->
|
|
Have fun exploring the world of MCP!
|
|
===
|
|
<!-- font_size: 1 -->
|
|
|
|

|
|
```bash +exec
|
|
/// mpv --no-config --vo=none --really-quiet --loop happy.webm
|
|
```
|
|
<!-- 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
|
|
timg -g32-x320 happy.webm
|
|
```
|
|
|
|
<!-- no_footer -->
|
|
<!-- speaker_note: There's a lot to learn -->
|
|
<!-- speaker_note: -The architecture -->
|
|
<!-- speaker_note: -The syntax -->
|
|
<!-- speaker_note: -Security conventions -->
|
|
|
|
<!-- end_slide -->
|
|
|