Skip to content

Commit a027d30

Browse files
Merge branch 'main' into feat/task-continuity
2 parents 0d3f541 + 4c99abf commit a027d30

8 files changed

Lines changed: 395 additions & 455 deletions

File tree

.github/workflows/sep-lifecycle-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
LOG_LEVEL: info
7373

7474
- name: Upload logs
75-
uses: actions/upload-artifact@v6
75+
uses: actions/upload-artifact@v7
7676
if: always()
7777
with:
7878
name: automation-logs-manual-${{ github.run_id }}

.github/workflows/sep-lifecycle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
LOG_LEVEL: info
104104

105105
- name: Upload logs
106-
uses: actions/upload-artifact@v6
106+
uses: actions/upload-artifact@v7
107107
if: always()
108108
with:
109109
name: automation-logs-${{ github.run_id }}

docs/clients.mdx

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1180,6 +1180,25 @@ Junie is JetBrains' AI coding agent for JetBrains IDEs and Android Studio.
11801180

11811181
</McpClient>
11821182

1183+
<McpClient
1184+
name="Joey"
1185+
homepage="https://benkaiser.github.io/joey-mcp-client/"
1186+
sourceCode="https://github.com/benkaiser/joey-mcp-client"
1187+
supports="Prompts, Tools, Sampling, Elicitation, Apps"
1188+
>
1189+
1190+
Joey is a mobile-first MCP client for **iOS and Android** (also available on macOS, Windows, and Linux) that connects to AI models via OpenRouter and remote MCP servers over Streamable HTTP.
1191+
1192+
**Key features:**
1193+
1194+
- **Mobile MCP support** — use MCP servers directly from your phone or tablet on iOS and Android.
1195+
- Connects to remote MCP servers over **Streamable HTTP** with OAuth support.
1196+
- Supports multiple MCP servers per conversation with tool calling.
1197+
- MCP sampling and elicitation support for interactive server-initiated workflows.
1198+
- Image and audio attachments with SSE streaming responses.
1199+
1200+
</McpClient>
1201+
11831202
<McpClient
11841203
name="Kilo Code"
11851204
homepage="https://github.com/Kilo-Org/kilocode"

docs/community/sep-guidelines.mdx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The SEP process is reserved for changes that are substantial enough to require b
3131
- Adding examples to existing features
3232
- Minor schema fixes that don't change behavior
3333

34-
Not sure? Ask in [Discord](https://discord.gg/6CSzBmMkjX) before starting significant work.
34+
Not sure? Ask in [Discord](/community/communication#discord) before starting significant work.
3535

3636
## SEP Types
3737

@@ -69,6 +69,15 @@ flowchart TD
6969

7070
### Step-by-Step Process
7171

72+
<Note>
73+
To improve your chances of a SEP being accepted:
74+
75+
- **Discuss your idea with the relevant [working or interest group](/community/working-interest-groups) in [Discord](/community/communication#discord) first.** This is the single best way to refine your proposal and build early support.
76+
- **If no relevant group exists, start a conversation in [GitHub Discussions](https://github.com/modelcontextprotocol/modelcontextprotocol/discussions) or the `#general` channel in [Discord](/community/communication#discord).** If there is enough interest, it may be worth [creating a new IG or WG](/community/working-interest-groups#creating-an-interest-group) — the effort involved in finding sponsors and facilitators is a good signal of whether the idea has sufficient traction, and is still preferable to a cold submission.
77+
- **Check alignment with [Core Maintainer](/community/governance#roles) priorities and [design principles](/community/design-principles).** Priorities are generally reflected in the [project roadmap](/development/roadmap). Proposals outside current priorities or that conflict with design principles are more likely to face delays or additional friction in the review process.
78+
79+
</Note>
80+
7281
1. **Draft your SEP** as a markdown file named `0000-your-feature-title.md`, using `0000` as a placeholder. Follow the [SEP format](#sep-format) below.
7382

7483
2. **Create a pull request** adding your SEP file to the `seps/` directory in the [specification repository](https://github.com/modelcontextprotocol/modelcontextprotocol).

docs/docs/sdk.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Build MCP servers and clients using our official SDKs. SDKs are classified into
1616
| <Icon icon="golang" size={24} /> &nbsp; Go | [modelcontextprotocol/go-sdk](https://github.com/modelcontextprotocol/go-sdk) | [Tier 1](https://github.com/modelcontextprotocol/modelcontextprotocol/issues/2279) |
1717
| <Icon icon="square-k" size={24} /> &nbsp; Kotlin | [modelcontextprotocol/kotlin-sdk](https://github.com/modelcontextprotocol/kotlin-sdk) | TBD |
1818
| <Icon icon="swift" size={24} /> &nbsp; Swift | [modelcontextprotocol/swift-sdk](https://github.com/modelcontextprotocol/swift-sdk) | [Tier 3](https://github.com/modelcontextprotocol/modelcontextprotocol/issues/2309) |
19-
| <Icon icon="rust" size={24} /> &nbsp; Rust | [modelcontextprotocol/rust-sdk](https://github.com/modelcontextprotocol/rust-sdk) | TBD |
20-
| <Icon icon="gem" size={24} /> &nbsp; Ruby | [modelcontextprotocol/ruby-sdk](https://github.com/modelcontextprotocol/ruby-sdk) | TBD |
19+
| <Icon icon="rust" size={24} /> &nbsp; Rust | [modelcontextprotocol/rust-sdk](https://github.com/modelcontextprotocol/rust-sdk) | [Tier 2](https://github.com/modelcontextprotocol/modelcontextprotocol/issues/2346) |
20+
| <Icon icon="gem" size={24} /> &nbsp; Ruby | [modelcontextprotocol/ruby-sdk](https://github.com/modelcontextprotocol/ruby-sdk) | [Tier 3](https://github.com/modelcontextprotocol/modelcontextprotocol/issues/2340) |
2121
| <Icon icon="php" size={24} /> &nbsp; PHP | [modelcontextprotocol/php-sdk](https://github.com/modelcontextprotocol/php-sdk) | [Tier 3](https://github.com/modelcontextprotocol/modelcontextprotocol/issues/2305) |
2222

2323
_\*Official tier assignments will be published February 23, 2026. See [SDK Tiering System](/community/sdk-tiers) for details._

0 commit comments

Comments
 (0)