You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Use markdown info alerts for NOTE sections in README
Switched from plain text NOTE formatting to GitHub-style markdown
callouts (`[!NOTE]`) to improve visual clarity and consistency in
rendered documentation.
Reference: community/discussions#16925
https://github.com/orgs/community/discussions/16925
> Note: Lists in this README are maintained in alphabetical order to minimize merge conflicts when adding new items.
15
+
> [!NOTE]
16
+
> Lists in this README are maintained in alphabetical order to minimize merge conflicts when adding new items.
16
17
17
18
## 🌟 Reference Servers
18
19
@@ -372,7 +373,9 @@ Official integrations are maintained by companies building production ready MCP
372
373
373
374
A growing set of community-developed and maintained servers demonstrates various applications of MCP across different domains.
374
375
375
-
> **Note:** Community servers are **untested** and should be used at **your own risk**. They are not affiliated with or endorsed by Anthropic.
376
+
> [!NOTE]
377
+
> Community servers are **untested** and should be used at **your own risk**. They are not affiliated with or endorsed by Anthropic.
378
+
376
379
-**[1Panel](https://github.com/1Panel-dev/mcp-1panel)** - MCP server implementation that provides 1Panel interaction.
377
380
-**[A2A](https://github.com/GongRzhe/A2A-MCP-Server)** - An MCP server that bridges the Model Context Protocol (MCP) with the Agent-to-Agent (A2A) protocol, enabling MCP-compatible AI assistants (like Claude) to seamlessly interact with A2A agents.
378
381
-**[Ableton Live](https://github.com/Simon-Kansara/ableton-live-mcp-server)** - an MCP server to control Ableton Live.
0 commit comments