Skip to content

Commit 07952ca

Browse files
committed
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
1 parent 302ba53 commit 07952ca

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ Typically, each MCP server is implemented with an MCP SDK:
1212
- [Python MCP SDK](https://github.com/modelcontextprotocol/python-sdk)
1313
- [Typescript MCP SDK](https://github.com/modelcontextprotocol/typescript-sdk)
1414

15-
> 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.
1617
1718
## 🌟 Reference Servers
1819

@@ -372,7 +373,9 @@ Official integrations are maintained by companies building production ready MCP
372373

373374
A growing set of community-developed and maintained servers demonstrates various applications of MCP across different domains.
374375

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+
376379
- **[1Panel](https://github.com/1Panel-dev/mcp-1panel)** - MCP server implementation that provides 1Panel interaction.
377380
- **[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.
378381
- **[Ableton Live](https://github.com/Simon-Kansara/ableton-live-mcp-server)** - an MCP server to control Ableton Live.

0 commit comments

Comments
 (0)