kotlin-sdk

The official Kotlin SDK for Model Context Protocol servers and clients. Maintained in collaboration with JetBrains

GitHubスター

1,026

ユーザー評価

未評価

お気に入り

0

閲覧数

5

フォーク

151

イシュー

72

インストール方法
難易度
上級
推定所要時間
20-45

インストール方法

インストール方法

前提条件

Kotlin: 1.5以上
Gradle: 7.0以上

インストール手順

1. リポジトリの追加

ビルドファイルに新しいリポジトリを追加します:
kotlin
repositories {
    mavenCentral()
}

2. 依存関係の追加

依存関係を追加します:
kotlin
dependencies {
    implementation("io.modelcontextprotocol:kotlin-sdk:$mcpVersion")
}

トラブルシューティング

問題: 依存関係が解決できない 解決策: Maven Centralが正しく設定されているか確認してください。
作者情報
Model Context Protocol

An open protocol that enables seamless integration between LLM applications and external data sources and tools.

34,898

フォロワー

23

リポジトリ

0

Gist

0

貢献数

関連するMCP
kotlin-sdk logo

The official Kotlin SDK for Model Context Protocol servers and clients. Maintained in collaboration with JetBrains

Kotlin
koog logo
koog
2957

Koog is the official Kotlin framework for building and running robust, scalable and production-ready AI agents across all platforms – from backend services to Android, JVM, and even in-browser environments. Koog is based on our AI products expertise and provides proven solutions for complex LLM and AI problems

Kotlin
mcp-kotlin-sdk logo

Kotlin implementation of the Model Context Protocol (MCP)

Kotlin