Skip to content

Commit 5d44f7b

Browse files
Make Prettier ignore the table of client features
This prevents Prettier from touching every line in the table when a new client is added with a description that is longer than previously existing descriptions.
1 parent 118f620 commit 5d44f7b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/clients.mdx

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

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

12+
{/* prettier-ignore-start */}
13+
1214
| Client | [Resources] | [Prompts] | [Tools] | [Discovery][Discovery] | [Sampling] | Roots | Notes |
1315
| ------------------------------------------------ | ----------- | --------- | ------- | ---------------------- | ---------- | ----- | ----------------------------------------------------------------------------------------------- |
1416
| [5ire][5ire] ||||||| Supports tools. |
@@ -66,6 +68,8 @@ This page provides an overview of applications that support the Model Context Pr
6668
| [Zed][Zed] ||||||| Prompts appear as slash commands |
6769
| [Zencoder][Zencoder] ||||||| Supports tools |
6870

71+
{/* prettier-ignore-end */}
72+
6973
[5ire]: https://github.com/nanbingxyz/5ire
7074
[AgentAI]: https://github.com/AdamStrojek/rust-agentai
7175
[AgenticFlow]: https://agenticflow.ai/mcp

0 commit comments

Comments
 (0)