Skip to content

Commit 1995d68

Browse files
committed
Adds package-level file to kotlin-sdk to resolve klib generation errors
1 parent 29ff488 commit 1995d68

File tree

1 file changed

+25
-0
lines changed
  • kotlin-sdk/src/commonMain/kotlin/io/modelcontextprotocol/kotlin/sdk

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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

0 commit comments

Comments
 (0)