Compare commits

..

2 Commits

Author SHA1 Message Date
e39df1f297 updated 2026-01-14 20:21:59 +11:00
97dd3d999e fix(vault): add priority to SCC to ensure correct application 2026-01-14 15:39:33 +11:00
2 changed files with 40 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
{
"mcpServers": {
"mcp-ocp": {
"command": "npx -y supergateway --streamableHttp http://192.168.0.244:8080/mcp",
"args": []
}
}
}

View File

@@ -1,12 +1,41 @@
---
title: "Model Context Protocol in Practice"
sub_title: MCP In Action
---
<!-- column_layout: [1, 3, 1] --> <!-- column_layout: [1, 3, 1] -->
<!-- column: 1 --> <!-- column: 1 -->
<!-- alignment: center --> <!-- alignment: center -->
<!-- font_size: 5 --> <!-- font_size: 4 -->
<!-- jump_to_middle --> What is MCP?
MCP Demo
=== ===
<!-- 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 --> <!-- no_footer -->
<!-- speaker_note: Title Slide --> <!-- speaker_note: Title Slide -->
<!-- end_slide --> <!-- end_slide -->