Skip to content

Commit 16a93d7

Browse files
authored
Merge pull request modelcontextprotocol#117 from modelcontextprotocol/zack-lee/changelog
Added a Whats New page
2 parents 2a35e75 + c6a3508 commit 16a93d7

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

development/updates.mdx

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: "What's New"
3+
description: 'The latest updates and improvements to MCP'
4+
---
5+
6+
<Update label="2025-01-18" description="SDK and Server Improvements">
7+
- Simplified, express-like API in the [TypeScript SDK](https://github.com/modelcontextprotocol/typescript-sdk)
8+
- Added 8 new clients to the [clients page](https://modelcontextprotocol.io/clients)
9+
</Update>
10+
11+
<Update label="2025-01-03" description="SDK and Server Improvements">
12+
- FastMCP API in the [Python SDK](https://github.com/modelcontextprotocol/python-sdk)
13+
- Dockerized MCP servers in the [servers repo](https://github.com/modelcontextprotocol/servers)
14+
</Update>
15+
16+
<Update label="2024-12-21" description="Kotlin SDK released">
17+
- Jetbrains released a Kotlin SDK for MCP!
18+
- For a sample MCP Kotlin server, check out [this repository](https://github.com/modelcontextprotocol/kotlin-sdk/tree/main/samples/kotlin-mcp-server)
19+
</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.](/development/updates)</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: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,11 @@
7878
},
7979
{
8080
"group": "Development",
81-
"pages": ["development/roadmap", "development/contributing"]
81+
"pages": [
82+
"development/updates",
83+
"development/roadmap",
84+
"development/contributing"
85+
]
8286
}
8387
],
8488
"footerSocials": {

0 commit comments

Comments
 (0)