Skip to content

Commit 3492196

Browse files
Merge branch 'main' into docs/tool-name-conflicts
2 parents 040ab9f + c5762d2 commit 3492196

28 files changed

+531
-203
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 |
@@ -39,12 +41,13 @@ This page provides an overview of applications that support the Model Context Pr
3941
| [Klavis AI Slack/Discord/Web][Klavis AI] ||||||| Supports tools and resources. |
4042
| [LibreChat][LibreChat] ||||||| Supports tools for Agents |
4143
| [Lutra][Lutra] ||||||| Supports any MCP server for reusable playbook creation. |
42-
| [mcp-agent][mcp-agent] | | ||| ⚠️ | | Supports tools, server connection management, and agent workflows. |
44+
| [mcp-agent][mcp-agent] | | ||| ⚠️ | | Supports tools, prompts, resources, roots, server connection management, and agent workflows. |
4345
| [mcp-use][mcp-use] ||||||| Support tools, resources, stdio & http connection, local llms-agents. |
4446
| [MCPHub][MCPHub] ||||||| Supports tools, resources, and prompts in Neovim |
4547
| [MCPOmni-Connect][MCPOmni-Connect] ||||||| Supports tools with agentic mode, ReAct, and orchestrator capabilities. |
4648
| [Microsoft Copilot Studio] ||||||| Supports tools |
4749
| [MindPal][MindPal] ||||||| Supports tools for no-code AI agents and multi-agent workflows. |
50+
| [MooPoint][MooPoint] ||||||| Web-Hosted client with tool calling support |
4851
| [Msty Studio][Msty Studio] ||||||| Supports tools |
4952
| [NVIDIA Agent Intelligence toolkit][AIQ toolkit] ||||||| Supports tools in agentic workflows. |
5053
| [OpenSumi][OpenSumi] ||||||| Supports tools in OpenSumi |
@@ -67,6 +70,14 @@ This page provides an overview of applications that support the Model Context Pr
6770
| [Zed][Zed] ||||||| Prompts appear as slash commands |
6871
| [Zencoder][Zencoder] ||||||| Supports tools |
6972

73+
{/* prettier-ignore-end */}
74+
75+
[Resources]: /docs/concepts/resources
76+
[Prompts]: /docs/concepts/prompts
77+
[Tools]: /docs/concepts/tools
78+
[Discovery]: /docs/concepts/tools#tool-discovery-and-updates
79+
[Sampling]: /docs/concepts/sampling
80+
[Roots]: /docs/concepts/roots
7081
[5ire]: https://github.com/nanbingxyz/5ire
7182
[AgentAI]: https://github.com/AdamStrojek/rust-agentai
7283
[AgenticFlow]: https://agenticflow.ai/mcp
@@ -100,6 +111,7 @@ This page provides an overview of applications that support the Model Context Pr
100111
[MCPOmni-Connect]: https://github.com/Abiorh001/mcp_omni_connect
101112
[Microsoft Copilot Studio]: https://learn.microsoft.com/en-us/microsoft-copilot-studio/agent-extend-action-mcp
102113
[MindPal]: https://mindpal.io
114+
[MooPoint]: https://moopoint.io
103115
[Msty Studio]: https://msty.ai
104116
[OpenSumi]: https://github.com/opensumi/core
105117
[oterm]: https://github.com/ggozad/oterm
@@ -121,12 +133,7 @@ This page provides an overview of applications that support the Model Context Pr
121133
[Witsy]: https://github.com/nbonamy/witsy
122134
[Zed]: https://zed.dev
123135
[Zencoder]: https://zencoder.ai
124-
[Resources]: https://modelcontextprotocol.io/docs/concepts/resources
125-
[Prompts]: https://modelcontextprotocol.io/docs/concepts/prompts
126-
[Tools]: https://modelcontextprotocol.io/docs/concepts/tools
127-
[Sampling]: https://modelcontextprotocol.io/docs/concepts/sampling
128136
[HyperAgent]: https://github.com/hyperbrowserai/HyperAgent
129-
[Discovery]: /docs/concepts/tools#tool-discovery-and-updates
130137

131138
</div>
132139

@@ -536,6 +543,20 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
536543

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

546+
### MooPoint
547+
548+
[MooPoint](https://moopoint.io)
549+
550+
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.
551+
552+
**Key features:**
553+
554+
- Accessible from any PC or smartphone—no installation required
555+
- Choose your preferred LLM provider
556+
- Supports `SSE`, `Streamable HTTP`, `npx`, and `uvx` MCP servers
557+
- OAuth and sampling support
558+
- New features added daily
559+
539560
### Msty Studio
540561

541562
[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).

0 commit comments

Comments
 (0)