You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,33 @@ The iOS client as mentioned includes shared Compose Multiplatform UI code. It a
50
50
51
51
<imgwidth="694"alt="Screenshot 2023-12-14 at 20 33 45"src="https://github.com/joreilly/ClimateTraceKMP/assets/6302/82ed364a-0284-4e5c-b81e-40fdfc58f312">
52
52
53
+
**MCP**
54
+
55
+
The `mcp-server` module uses the [Kotlin MCP SDK](https://github.com/modelcontextprotocol/kotlin-sdk) to expose an MCP tools endpoint (returning list of people in space) that
56
+
can for example be plugged in to Claude Desktop as shown below. That module uses same KMP shared code.
57
+
58
+
<imgwidth="1608"alt="Screenshot 2025-07-06 at 17 24 20"src="https://github.com/user-attachments/assets/7e4fd599-3ade-47b7-bbe3-a4f36148c170" />
59
+
60
+
61
+
To integrate the MCP server with Claude Desktop for example you need to firstly run gradle `shadowJar` task and then select "Edit Config" under Developer Settings and add something
0 commit comments