Conversation
footer_scripts.html에 Mermaid 다이어그램 렌더링을 위한 스크립트 추가. Jekyll markdown 표준 code block의 language-mermaid 클래스를 대상으로 Mermaid 다이어그램을 자동 렌더링한다.
AI 애플리케이션 개발자를 위한 MCP 7-28 소개: 무엇이 사라지고, 무엇이 깨질 수 있는가 - MCP 프로토콜 개요 및 동작 방식 설명 - 지원 중단(Deprecation): Roots, Sampling, Logging - 주요 변경사항: 무상태/무세션, HTTP 인가, JSON Schema 2020-12 - 실제 사례: Legalize-KR, modelcontextprotocol/servers 참조 구현 - 마이그레이션 체크리스트 및 영향도 분석
PR Preview
|
9bow
added a commit
that referenced
this pull request
Jul 8, 2026
* feat: Mermaid 다이어그램 지원 추가 footer_scripts.html에 Mermaid 다이어그램 렌더링을 위한 스크립트 추가. Jekyll markdown 표준 code block의 language-mermaid 클래스를 대상으로 Mermaid 다이어그램을 자동 렌더링한다. * docs: 블로그 글 추가: 2026-07-07-mcp-7-28-changes-part-1 AI 애플리케이션 개발자를 위한 MCP 7-28 소개: 무엇이 사라지고, 무엇이 깨질 수 있는가 - MCP 프로토콜 개요 및 동작 방식 설명 - 지원 중단(Deprecation): Roots, Sampling, Logging - 주요 변경사항: 무상태/무세션, HTTP 인가, JSON Schema 2020-12 - 실제 사례: Legalize-KR, modelcontextprotocol/servers 참조 구현 - 마이그레이션 체크리스트 및 영향도 분석
9bow
added a commit
that referenced
this pull request
Jul 8, 2026
* feat: Mermaid 다이어그램 지원 추가 footer_scripts.html에 Mermaid 다이어그램 렌더링을 위한 스크립트 추가. Jekyll markdown 표준 code block의 language-mermaid 클래스를 대상으로 Mermaid 다이어그램을 자동 렌더링한다. * docs: 블로그 글 추가: 2026-07-07-mcp-7-28-changes-part-1 AI 애플리케이션 개발자를 위한 MCP 7-28 소개: 무엇이 사라지고, 무엇이 깨질 수 있는가 - MCP 프로토콜 개요 및 동작 방식 설명 - 지원 중단(Deprecation): Roots, Sampling, Logging - 주요 변경사항: 무상태/무세션, HTTP 인가, JSON Schema 2020-12 - 실제 사례: Legalize-KR, modelcontextprotocol/servers 참조 구현 - 마이그레이션 체크리스트 및 영향도 분석
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
요약
상세 내용
1. Mermaid 다이어그램 지원 (feat)
_includes/footer_scripts.html에 Mermaid CDN 스크립트 추가language-mermaid클래스를 자동 렌더링2. MCP 7-28 소개 블로그 글 (docs)
테스트 계획