File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- title : ' What\ ' s New'
2
+ title : " What's New"
3
3
description : ' The latest updates and improvements to MCP'
4
4
---
5
5
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
+
6
13
<Update label = " 2024-12-21" description = " Kotlin SDK released" >
7
14
- Jetbrains released a Kotlin SDK for MCP!
8
15
- For a sample MCP Kotlin server, check out [ this repository] ( https://github.com/modelcontextprotocol/kotlin-sdk/tree/main/samples/kotlin-mcp-server )
Original file line number Diff line number Diff line change 79
79
{
80
80
"group" : " Development" ,
81
81
"pages" : [
82
+ " development/updates" ,
82
83
" development/roadmap" ,
83
- " development/contributing" ,
84
- " development/updates"
84
+ " development/contributing"
85
85
]
86
86
}
87
87
],
You can’t perform that action at this time.
0 commit comments