Skip to content

Commit 67dc243

Browse files
authored
Merge branch 'main' into main
2 parents 6257670 + 3046cd5 commit 67dc243

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

docs/clients.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ This page provides an overview of applications that support the Model Context Pr
5959
| [Tome][Tome] ||||||| Supports tools, manages MCP servers. |
6060
| [TypingMind App][TypingMind App] ||||||| Supports tools at app-level (appear as plugins) or when assigned to Agents |
6161
| [VS Code GitHub Copilot][VS Code] ||||||| Supports dynamic tool/roots discovery, secure secret configuration, and explicit tool prompting |
62+
| [WhatsMPC][WhatsMPC] ||||||| Supports tools for Remote MCP Servers in WhatsApp |
6263
| [Windsurf Editor][Windsurf] ||||||| Supports tools with AI Flow for collaborative development. |
6364
| [Witsy][Witsy] ||||||| Supports tools in Witsy. |
6465
| [Zed][Zed] ||||||| Prompts appear as slash commands |
@@ -111,6 +112,7 @@ This page provides an overview of applications that support the Model Context Pr
111112
[VS Code]: https://code.visualstudio.com/
112113
[Windsurf]: https://codeium.com/windsurf
113114
[gptme]: https://github.com/gptme/gptme
115+
[WhatsMPC]: https://wassist.app/mcp/
114116
[Witsy]: https://github.com/nbonamy/witsy
115117
[Zed]: https://zed.dev
116118
[Resources]: https://modelcontextprotocol.io/docs/concepts/resources
@@ -587,6 +589,17 @@ Theia AI and Theia IDE's MCP integration provide users with flexibility, making
587589
- Tool calls with editable inputs and always-allow toggle
588590
- Integration with existing VS Code extension system to register MCP servers from extensions
589591

592+
### WhatsMPC
593+
[WhatsMPC](https://wassist.app/mcp/) is an MCP client for WhatsApp. WhatsMCP lets you interact with your AI stack from the comfort of a WhatsApp chat.
594+
595+
**Key features:**
596+
- Supports MCP tools
597+
- SSE transport, full OAuth2 support
598+
- Chat flow management for WhatsApp messages
599+
- One click setup for connecting to your MCP servers
600+
- In chat management of MCP servers
601+
- Oauth flow natively supported in WhatsApp
602+
590603
### Windsurf Editor
591604
[Windsurf Editor](https://codeium.com/windsurf) is an agentic IDE that combines AI assistance with developer workflows. It features an innovative AI Flow system that enables both collaborative and independent AI interactions while maintaining developer control.
592605

@@ -605,6 +618,7 @@ Theia AI and Theia IDE's MCP integration provide users with flexibility, making
605618
- Easy-install from Smithery.ai
606619
- Open-source, available for macOS, Windows and Linux
607620

621+
608622
### Zed
609623
[Zed](https://zed.dev/docs/assistant/model-context-protocol) is a high-performance code editor with built-in MCP support, focusing on prompt templates and tool integration.
610624

docs/specification/draft/changelog.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ the previous revision, [2025-03-26](/specification/2025-03-26).
1111
(PR [#416](https://github.com/modelcontextprotocol/specification/pull/416))
1212
2. Added support for [structured tool output](https://modelcontextprotocol.io/specification/draft/server/tools#structured-content)
1313
(PR [#371](https://github.com/modelcontextprotocol/modelcontextprotocol/pull/371))
14-
3. TODO
14+
3. Classified MCP servers as [OAuth Resource Servers](https://modelcontextprotocol.io/specification/draft/basic/authorization#2-3-authorization-server-discovery), adding protected resource metadata to discover the corresponding Authorization server. (PR [#338](https://github.com/modelcontextprotocol/modelcontextprotocol/pull/338))
15+
4. Clarified [security considerations](https://modelcontextprotocol.io/specification/draft/basic/authorization#3-security-considerations) and best practices in the authorization spec and in a new [security best practices page](https://modelcontextprotocol.io/specification/draft/basic/security_best_practices).
1516

1617
## Other schema changes
1718

0 commit comments

Comments
 (0)