<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>AI on CENG Lab -- Ryo Ueda</title><link>https://ofurotime.ca/knowledge-base/ai/</link><description>Recent content in AI on CENG Lab -- Ryo Ueda</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 08 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ofurotime.ca/knowledge-base/ai/index.xml" rel="self" type="application/rss+xml"/><item><title>【ClaudeCode】【Lab】MCP Server Integration: Notion + Claude Code</title><link>https://ofurotime.ca/knowledge-base/ai/notion-mcp-server-integration/</link><pubDate>Mon, 08 Jun 2026 00:00:00 +0000</pubDate><guid>https://ofurotime.ca/knowledge-base/ai/notion-mcp-server-integration/</guid><description>&lt;h2 id="overview" class="relative group"&gt;Overview &lt;span class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100"&gt;&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700" style="text-decoration-line: none !important;" href="#overview" aria-label="Anchor"&gt;#&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;p&gt;In this lab, we are going to create a pipleline to publish a webpage by scanning Notion note and rendering it to a publishable format. This pipeline reads a Notion note via MCP, runs a web-search fact-check with a human review checkpoint, then writes a publishable Hugo &lt;code&gt;.md&lt;/code&gt; directly into the repo.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="architecture" class="relative group"&gt;Architecture &lt;span class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100"&gt;&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700" style="text-decoration-line: none !important;" href="#architecture" aria-label="Anchor"&gt;#&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;pre tabindex="0"&gt;&lt;code&gt;Notion (study note)
 │ ← Notion hosted MCP — read only
 ▼
Claude Code
 ├─ Stage 1: read note, echo for confirmation
 ├─ Stage 2: fact-check against primary sources → human checkpoint
 └─ Stage 3: write Hugo-ready .md to content/
 │ ← git commit + push
 ▼
ofurotime.ca
&lt;/code&gt;&lt;/pre&gt;&lt;hr&gt;
&lt;h2 id="part-1--connect-notion-mcp" class="relative group"&gt;Part 1 — Connect Notion MCP &lt;span class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100"&gt;&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700" style="text-decoration-line: none !important;" href="#part-1--connect-notion-mcp" aria-label="Anchor"&gt;#&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Hosted endpoint (recommended):&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>【ClaudeCode】【Note】MCP 101</title><link>https://ofurotime.ca/knowledge-base/ai/mcp-101/</link><pubDate>Mon, 08 Jun 2026 00:00:00 +0000</pubDate><guid>https://ofurotime.ca/knowledge-base/ai/mcp-101/</guid><description>&lt;h2 id="what-is-mcp" class="relative group"&gt;What Is MCP? &lt;span class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100"&gt;&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700" style="text-decoration-line: none !important;" href="#what-is-mcp" aria-label="Anchor"&gt;#&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Model Context Protocol (MCP)&lt;/strong&gt; is an open protocol that standardizes how AI assistants connect to external systems — apps, data sources, APIs, and files.&lt;/p&gt;
&lt;p&gt;Mental model: &lt;strong&gt;a USB-C port for AI&lt;/strong&gt; — one standard connector instead of a custom integration per tool.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;MCP was introduced by Anthropic in November 2024, then donated to the &lt;strong&gt;Agentic AI Foundation (AAIF)&lt;/strong&gt; under the Linux Foundation in December 2025. It is now co-governed by Anthropic, Block, OpenAI, Google, Microsoft, AWS, Cloudflare, and Bloomberg — vendor-neutral by design. (as of 2025-12-09)&lt;/p&gt;</description></item><item><title>【Claude Code】【Note】: Fundamentals Guide</title><link>https://ofurotime.ca/knowledge-base/ai/claude-code-fundamentals/</link><pubDate>Sun, 07 Jun 2026 00:00:00 +0000</pubDate><guid>https://ofurotime.ca/knowledge-base/ai/claude-code-fundamentals/</guid><description>&lt;h2 id="what-is-claude-code" class="relative group"&gt;What is Claude Code? &lt;span class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100"&gt;&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700" style="text-decoration-line: none !important;" href="#what-is-claude-code" aria-label="Anchor"&gt;#&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;p&gt;Claude Code is an AI-powered coding agent that runs in your terminal. Unlike a chat interface that generates code snippets, it is an agent that plans work, reads your codebase, edits files, runs commands, and verifies results — all autonomously.&lt;/p&gt;
&lt;p&gt;Think of it as a developer working alongside you in your terminal, with access to the same files and tools you use.&lt;/p&gt;</description></item></channel></rss>