File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
kotlin-sdk/src/commonMain/kotlin/io/modelcontextprotocol/kotlin/sdk Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ @file:Suppress(" ktlint:standard:no-empty-class-body" , " ktlint:standard:kdoc" )
2+ /* *
3+ * # MCP Kotlin SDK
4+ *
5+ * A Kotlin Multiplatform implementation of the Model Context Protocol (MCP).
6+ *
7+ * This is the main SDK module that provides a convenient single dependency
8+ * for all MCP functionality including:
9+ *
10+ * - Core protocol types and utilities ([kotlin-sdk-core])
11+ * - Client implementations ([kotlin-sdk-client])
12+ * - Server implementations ([kotlin-sdk-server])
13+ *
14+ * ## Usage
15+ *
16+ * Add this dependency to your project to get access to all MCP Kotlin SDK functionality:
17+ *
18+ * ```kotlin
19+ * implementation("io.modelcontextprotocol:kotlin-sdk:$version")
20+ * ```
21+ *
22+ * This will transitively include all core, client, and server components.
23+ */
24+
25+ package io.modelcontextprotocol.kotlin.sdk
You can’t perform that action at this time.
0 commit comments