Skip to content

Commit d59877a

Browse files
committed
address PR comments
1 parent f117025 commit d59877a

File tree

4 files changed

+2
-24
lines changed

4 files changed

+2
-24
lines changed

buildSrc/src/main/kotlin/mcp.dokka.gradle.kts

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -37,22 +37,3 @@ dokka {
3737
}
3838
}
3939
}
40-
//
41-
// tasks.withType<DokkaTask>().configureEach {
42-
// val dokkaBaseConfiguration = """
43-
// {
44-
// "customAssets": ["${file("assets/my-image.png")}"],
45-
// "customStyleSheets": ["${file("assets/my-styles.css")}"],
46-
// "footerMessage": "(c) $Insta MyOrg",
47-
// "separateInheritedMembers": false,
48-
// "templatesDir": "${file("dokka/templates")}",
49-
// "mergeImplicitExpectActualDeclarations": false
50-
// }
51-
// """
52-
// pluginsMapConfiguration.set(
53-
// mapOf(
54-
// // fully qualified plugin name to json configuration
55-
// "org.jetbrains.dokka.base.DokkaBase" to dokkaBaseConfiguration,
56-
// ),
57-
// )
58-
// }

docs/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
21
plugins {
3-
kotlin("jvm") apply false
42
id("mcp.dokka")
53
}
64

kotlin-sdk-client/Module.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ interacting with MCP servers.
55

66
## Features
77

8-
- Cross-platform support for JVM, WebAssembly/JS, and Native (iOS)
8+
- Cross-platform support for JVM, WASM, JS, and Native
99
- Built-in support for multiple transport protocols (stdio, SSE, WebSocket)
10-
- Full implementation of MCP client specifications
1110
- Type-safe API for resource management and server interactions

kotlin-sdk-server/Module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ This module includes essential parts for writing MCP server applications.
1111
* Integration utilities
1212

1313
For detailed usage instructions and examples, please refer to
14-
the [documentation](https://github.com/modelcontextprotocol/kotlin-sdk).
14+
the [documentation](https://github.com/modelcontextprotocol/kotlin-sdk/blob/main/README.md).

0 commit comments

Comments
 (0)