> ## Documentation Index
> Fetch the complete documentation index at: https://mcp.wiki/llms.txt
> Use this file to discover all available pages before exploring further.

# Kotlin SDK

> MCP Kotlin SDK 使用指南和示例

## Kotlin SDK 概述

与 JetBrains 合作维护的官方 Kotlin SDK。

## 安装

```kotlin theme={null}
dependencies {
    implementation("com.modelcontextprotocol:mcp-kotlin")
}
```

<Note>
  详细内容正在完善中...
</Note>
