docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
@@ -1,4 +1,4 @@
# [[MCP (Model Context Protocol)]]
# [[MCP (Model Context Protocol)|MCP (Model Context Protocol)]]
## 📌 Brief Summary
MCP(Model Context Protocol)는 에이전트(또는 LLM)와 외부 도구/데이터 소스 간의 통신을 표준화하기 위해 설계된 오픈 프로토콜이다. 에이전트 하네스 내부의 도구 인터페이스(T-component)를 표준화하여, 에이전트가 다양한 시스템(파일, DB, API 등)과 일관된 방식으로 상호작용할 수 있게 한다. 로컬 프로세스 간 통신(stdio)과 원격 통신(SSE/HTTP)을 모두 지원하며, 에이전트의 기능을 동적으로 확장하는 핵심 인프라 역할을 한다.
@@ -23,15 +23,15 @@ MCP(Model Context Protocol)는 에이전트(또는 LLM)와 외부 도구/데이
### Related Concepts
#### [아키텍처 및 통신 표준]
* [[A2A (Agent-to-Agent Protocol)]]
* [[A2A (Agent-to-Agent Protocol)|A2A (Agent-to-Agent Protocol)]]
* 연결 이유: MCP가 에이전트-도구 간의 소통을 맡는다면, A2A는 에이전트-에이전트 간의 위임과 협업을 맡는 상위 계층 프로토콜이다.
* [[Tool Registry (T-component)]]
* Tool Registry (T-component)
* 연결 이유: 에이전트 하네스 구조에서 MCP가 직접적으로 구현하고 표준화하는 핵심 구성 요소이다.
#### [보안 및 운영]
* [[Lifecycle Hooks (L-component)]]
* Lifecycle Hooks (L-component)
* 연결 이유: MCP 통신의 보안 공백(권한 제어, 데이터 필터링)을 런타임에 보완하고 정책을 강제하는 하네스의 구성 요소이다.
* [[Excessive Agency]]
* [[Excessive Agency|Excessive Agency]]
* 연결 이유: MCP를 통해 에이전트에게 강력한 외부 도구 접근 권한을 부여할 때 발생할 수 있는 주요 보안 리스크이다.
### Deeper Research Questions