Skip to content

Commit c54255b

Browse files
committed
updates
1 parent a89dd4c commit c54255b

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

development/updates.mdx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
---
2-
title: 'What\'s New'
2+
title: "What's New"
33
description: 'The latest updates and improvements to MCP'
44
---
55

6+
<Update label="2024-01-22" description="SDK and Server Improvements">
7+
- FastMCP API in the Python SDK
8+
- Simplified, express-like API in the TypeScript SDK
9+
- Dockerized MCP servers in the servers repo
10+
- Improvements to debugging/logging in Claude Desktop (pending details from @jerome)
11+
</Update>
12+
613
<Update label="2024-12-21" description="Kotlin SDK released">
714
- Jetbrains released a Kotlin SDK for MCP!
815
- For a sample MCP Kotlin server, check out [this repository](https://github.com/modelcontextprotocol/kotlin-sdk/tree/main/samples/kotlin-mcp-server)

mint.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@
7979
{
8080
"group": "Development",
8181
"pages": [
82+
"development/updates",
8283
"development/roadmap",
83-
"development/contributing",
84-
"development/updates"
84+
"development/contributing"
8585
]
8686
}
8787
],

0 commit comments

Comments
 (0)