Skip to content

Commit 1fcf79c

Browse files
authored
Merge branch 'main' into add-chorus-client
2 parents fd2b285 + f5ccad9 commit 1fcf79c

Some content is hidden

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

58 files changed

+8686
-206
lines changed

docs/clients.mdx

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ This page provides an overview of applications that support the Model Context Pr
99

1010
<div id="feature-support-matrix-wrapper">
1111

12-
| Client | [Resources] | [Prompts] | [Tools] | [Discovery][Discovery] | [Sampling] | Roots | Notes |
12+
{/* prettier-ignore-start */}
13+
14+
| Client | [Resources] | [Prompts] | [Tools] | [Discovery] | [Sampling] | [Roots] | Notes |
1315
| ------------------------------------------------ | ----------- | --------- | ------- | ---------------------- | ---------- | ----- | ----------------------------------------------------------------------------------------------- |
1416
| [5ire][5ire] ||||||| Supports tools. |
1517
| [AgentAI][AgentAI] ||||||| Agent Library written in Rust with tools support |
@@ -40,12 +42,13 @@ This page provides an overview of applications that support the Model Context Pr
4042
| [Klavis AI Slack/Discord/Web][Klavis AI] ||||||| Supports tools and resources. |
4143
| [LibreChat][LibreChat] ||||||| Supports tools for Agents |
4244
| [Lutra][Lutra] ||||||| Supports any MCP server for reusable playbook creation. |
43-
| [mcp-agent][mcp-agent] | | ||| ⚠️ | | Supports tools, server connection management, and agent workflows. |
45+
| [mcp-agent][mcp-agent] | | ||| ⚠️ | | Supports tools, prompts, resources, roots, server connection management, and agent workflows. |
4446
| [mcp-use][mcp-use] ||||||| Support tools, resources, stdio & http connection, local llms-agents. |
4547
| [MCPHub][MCPHub] ||||||| Supports tools, resources, and prompts in Neovim |
4648
| [MCPOmni-Connect][MCPOmni-Connect] ||||||| Supports tools with agentic mode, ReAct, and orchestrator capabilities. |
4749
| [Microsoft Copilot Studio] ||||||| Supports tools |
4850
| [MindPal][MindPal] ||||||| Supports tools for no-code AI agents and multi-agent workflows. |
51+
| [MooPoint][MooPoint] ||||||| Web-Hosted client with tool calling support |
4952
| [Msty Studio][Msty Studio] ||||||| Supports tools |
5053
| [NVIDIA Agent Intelligence toolkit][AIQ toolkit] ||||||| Supports tools in agentic workflows. |
5154
| [OpenSumi][OpenSumi] ||||||| Supports tools in OpenSumi |
@@ -68,6 +71,14 @@ This page provides an overview of applications that support the Model Context Pr
6871
| [Zed][Zed] ||||||| Prompts appear as slash commands |
6972
| [Zencoder][Zencoder] ||||||| Supports tools |
7073

74+
{/* prettier-ignore-end */}
75+
76+
[Resources]: /docs/concepts/resources
77+
[Prompts]: /docs/concepts/prompts
78+
[Tools]: /docs/concepts/tools
79+
[Discovery]: /docs/concepts/tools#tool-discovery-and-updates
80+
[Sampling]: /docs/concepts/sampling
81+
[Roots]: /docs/concepts/roots
7182
[5ire]: https://github.com/nanbingxyz/5ire
7283
[AgentAI]: https://github.com/AdamStrojek/rust-agentai
7384
[AgenticFlow]: https://agenticflow.ai/mcp
@@ -102,6 +113,7 @@ This page provides an overview of applications that support the Model Context Pr
102113
[MCPOmni-Connect]: https://github.com/Abiorh001/mcp_omni_connect
103114
[Microsoft Copilot Studio]: https://learn.microsoft.com/en-us/microsoft-copilot-studio/agent-extend-action-mcp
104115
[MindPal]: https://mindpal.io
116+
[MooPoint]: https://moopoint.io
105117
[Msty Studio]: https://msty.ai
106118
[OpenSumi]: https://github.com/opensumi/core
107119
[oterm]: https://github.com/ggozad/oterm
@@ -123,12 +135,7 @@ This page provides an overview of applications that support the Model Context Pr
123135
[Witsy]: https://github.com/nbonamy/witsy
124136
[Zed]: https://zed.dev
125137
[Zencoder]: https://zencoder.ai
126-
[Resources]: https://modelcontextprotocol.io/docs/concepts/resources
127-
[Prompts]: https://modelcontextprotocol.io/docs/concepts/prompts
128-
[Tools]: https://modelcontextprotocol.io/docs/concepts/tools
129-
[Sampling]: https://modelcontextprotocol.io/docs/concepts/sampling
130138
[HyperAgent]: https://github.com/hyperbrowserai/HyperAgent
131-
[Discovery]: /docs/concepts/tools#tool-discovery-and-updates
132139

133140
</div>
134141

@@ -550,6 +557,20 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
550557

551558
- [MindPal MCP Documentation](https://docs.mindpal.io/agent/mcp)
552559

560+
### MooPoint
561+
562+
[MooPoint](https://moopoint.io)
563+
564+
MooPoint is a web-based AI chat platform built for developers and advanced users, letting you interact with multiple large language models (LLMs) through a single, unified interface. Connect your own API keys (OpenAI, Anthropic, and more) and securely manage custom MCP server integrations.
565+
566+
**Key features:**
567+
568+
- Accessible from any PC or smartphone—no installation required
569+
- Choose your preferred LLM provider
570+
- Supports `SSE`, `Streamable HTTP`, `npx`, and `uvx` MCP servers
571+
- OAuth and sampling support
572+
- New features added daily
573+
553574
### Msty Studio
554575

555576
[Msty Studio](https://msty.ai) is a privacy-first AI productivity platform that seamlessly integrates local and online language models (LLMs) into customizable workflows. Designed for both technical and non-technical users, Msty Studio offers a suite of tools to enhance AI interactions, automate tasks, and maintain full control over data and model behavior.

docs/development/contributing.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Contributing
33
description: How to participate in Model Context Protocol development
44
---
55

6-
We welcome contributions from the community! Please review our [contributing guidelines](https://github.com/modelcontextprotocol/.github/blob/main/CONTRIBUTING.md) for details on how to submit changes.
6+
We welcome contributions from the community! Please review our [contributing guidelines](https://github.com/modelcontextprotocol/modelcontextprotocol/blob/main/CONTRIBUTING.md) for details on how to submit changes.
77

8-
All contributors must adhere to our [Code of Conduct](https://github.com/modelcontextprotocol/.github/blob/main/CODE_OF_CONDUCT.md).
8+
All contributors must adhere to our [Code of Conduct](https://github.com/modelcontextprotocol/modelcontextprotocol/blob/main/CODE_OF_CONDUCT.md).
99

10-
For questions and discussions, please use [GitHub Discussions](https://github.com/orgs/modelcontextprotocol/discussions).
10+
For questions and discussions, please use [GitHub Discussions](https://github.com/modelcontextprotocol/modelcontextprotocol/discussions).

docs/development/roadmap.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Our plans for evolving Model Context Protocol
55

66
<Info>Last updated: **2025-03-27**</Info>
77

8-
The Model Context Protocol is rapidly evolving. This page outlines our current thinking on key priorities and direction for approximately **the next six months**, though these may change significantly as the project develops. To see what's changed recently, check out the **[specification changelog](/specification/2025-03-26/changelog/)**.
8+
The Model Context Protocol is rapidly evolving. This page outlines our current thinking on key priorities and direction for approximately **the next six months**, though these may change significantly as the project develops. To see what's changed recently, check out the **[specification changelog](/specification/2025-06-18/changelog/)**.
99

1010
<Note>
1111

0 commit comments

Comments
 (0)