Skip to content

Commit a05d7f9

Browse files
committed
Merge branch 'main' into feat/ext-tasks
2 parents 6275891 + 91a643c commit a05d7f9

46 files changed

Lines changed: 4816 additions & 765 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

MAINTAINERS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This document lists current maintainers in the Model Context Protocol project.
44

5-
**Last updated:** April 8, 2026
5+
**Last updated:** May 1, 2026
66

77
## Lead Maintainers
88

@@ -12,7 +12,6 @@ This document lists current maintainers in the Model Context Protocol project.
1212
## Core Maintainers
1313

1414
- [Caitie McCaffrey](https://github.com/CaitieM20)
15-
- [Che Liu](https://github.com/pwwpche)
1615
- [Clare Liguori](https://github.com/clareliguori)
1716
- [Kurtis Van Gent](https://github.com/kurtisvg)
1817
- [Nick Aldridge](https://github.com/000-000-000-000-000)
@@ -23,6 +22,8 @@ This document lists current maintainers in the Model Context Protocol project.
2322
## Emeritus
2423

2524
- [Justin Spahr-Summers](https://github.com/jspahrsummers) (Co-Inventor, Lead Maintainer Emeritus)
25+
- [Basil Hosmer](https://github.com/bhosmer-ant) (Core Maintainer Emeritus)
26+
- [Che Liu](https://github.com/pwwpche) (Core Maintainer Emeritus)
2627

2728
## SDK Maintainers
2829

docs/community/governance.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,12 @@ The nomination process, sponsorship requirements, review timeline, and inactivit
116116
- Paul Carleton
117117
- Nick Cooper
118118
- Nick Aldridge
119-
- Che Liu
120119

121120
## Emeritus
122121

123122
- Justin Spahr-Summers (Co-Inventor, Lead Maintainer Emeritus)
123+
- Basil Hosmer (Core Maintainer Emeritus)
124+
- Che Liu (Core Maintainer Emeritus)
124125

125126
## Current Maintainers and Working Groups
126127

docs/docs.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,8 @@
324324
"specification/draft/basic/utilities/cancellation",
325325
"specification/draft/basic/utilities/ping",
326326
"specification/draft/basic/utilities/progress",
327-
"specification/draft/basic/utilities/tasks"
327+
"specification/draft/basic/utilities/tasks",
328+
"specification/draft/basic/utilities/mrtr"
328329
]
329330
}
330331
]
@@ -419,7 +420,8 @@
419420
"seps/2133-extensions",
420421
"seps/2148-contributor-ladder",
421422
"seps/2149-working-group-charter-template",
422-
"seps/2243-http-standardization"
423+
"seps/2243-http-standardization",
424+
"seps/2567-sessionless-mcp"
423425
]
424426
},
425427
{
@@ -434,6 +436,12 @@
434436
"pages": [
435437
"seps/2663-tasks-extension"
436438
]
439+
},
440+
{
441+
"group": "Approved",
442+
"pages": [
443+
"seps/2322-MRTR"
444+
]
437445
}
438446
]
439447
},

docs/docs/develop/build-client.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1791,6 +1791,7 @@ def connect_to_server(server_script_path)
17911791
17921792
@transport = MCP::Client::Stdio.new(command: command, args: [server_script_path])
17931793
@mcp_client = MCP::Client.new(transport: @transport)
1794+
@mcp_client.connect
17941795
17951796
tool_names = @mcp_client.tools.map(&:name)
17961797
puts "\nConnected to server with tools: #{tool_names}"

0 commit comments

Comments
 (0)