Skip to content

Commit 59f3cd5

Browse files
committed
Added initial changelog page
1 parent 6c610ba commit 59f3cd5

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

changelog.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: 'Updates'
3+
description: 'Latest updates and improvements to MCP'
4+
---
5+
6+
<Update label="2024-12-21" description="Kotlin SDK released">
7+
- Jetbrains released a Kotlin SDK for MCP!
8+
- For a sample MCP Kotlin server, check out [this repository](https://github.com/modelcontextprotocol/kotlin-sdk/tree/main/samples/kotlin-mcp-server)
9+
</Update>

introduction.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Introduction
33
description: 'Get started with the Model Context Protocol (MCP)'
44
---
55

6+
<Note>Kotlin SDK released! Check out [what else is new in MCP](/changelog)</Note>
7+
68
MCP is an open protocol that standardizes how applications provide context to LLMs. Think of MCP like a USB-C port for AI applications. Just as USB-C provides a standardized way to connect your devices to various peripherals and accessories, MCP provides a standardized way to connect AI models to different data sources and tools.
79

810
## Why MCP?

mint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
"pages": ["quickstart/server", "quickstart/client", "quickstart/user"]
5353
},
5454
"examples",
55-
"clients"
55+
"clients",
56+
"changelog"
5657
]
5758
},
5859

0 commit comments

Comments
 (0)