Overview of MCP Sample Implementations
mainThe following table summarizes the available sample projects in the Kotlin MCP SDK repository, categorized by their type, transport mechanism, and supported MCP features:
| Sample | Type | Transport | MCP Features |
|---|---|---|---|
simple-streamable-server | Server | Streamable HTTP | Tools, Resources, Prompts, Logging |
kotlinlang-mcp-server | Server | Streamable HTTP | Tools |
kotlin-mcp-server | Server | STDIO, SSE | Tools, Resources, Prompts |
weather-stdio-server | Server | STDIO | Tools |
kotlin-mcp-client | Client | STDIO | Tool discovery & invocation |
notebooks | Client (Notebook) | Streamable HTTP | Tool discovery & invocation |