Skip to content

Commit 83fb01c

Browse files
committed
docs(mcp): remove foundation section and related examples from documentation
- Eliminated the Foundation section, including details on available topics and specific topic retrieval examples, to streamline the documentation for AI integration.
1 parent e71e899 commit 83fb01c

File tree

1 file changed

+0
-43
lines changed

1 file changed

+0
-43
lines changed

docs/content/ai-integration/docs-mcp.mdx

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -228,49 +228,6 @@ get_docs_component({ componentName: "action-button" })
228228

229229
---
230230

231-
### Foundation
232-
233-
색상, 타이포그래피, 간격 등 디자인 기초 토큰에 대한 문서를 제공합니다.
234-
235-
#### `list_foundation`
236-
237-
사용 가능한 Foundation 주제 목록을 반환합니다.
238-
239-
**파라미터:** 없음
240-
241-
**예시 응답:**
242-
```
243-
Found 12 foundation topics:
244-
245-
**Color**:
246-
- Palette (color/palette)
247-
- Semantic (color/semantic)
248-
249-
**Typography**:
250-
- Overview (typography/overview)
251-
252-
**General**:
253-
- Spacing (spacing)
254-
- Elevation (elevation)
255-
...
256-
```
257-
258-
#### `get_foundation`
259-
260-
특정 Foundation 주제의 상세 문서를 반환합니다.
261-
262-
**파라미터:**
263-
| 이름 | 타입 | 설명 |
264-
|------|------|------|
265-
| `topic` | string | 주제 경로 (예: `spacing`, `color/palette`, `typography/overview`) |
266-
267-
**예시:**
268-
```
269-
get_foundation({ topic: "color/palette" })
270-
```
271-
272-
---
273-
274231
### Rootage
275232

276233
SEED Design의 Rootage 스펙(디자인 토큰 및 컴포넌트 스펙의 원본 JSON 데이터)에 접근합니다.

0 commit comments

Comments
 (0)