Skip to content

Commit 4d48f93

Browse files
committed
Improved table layout
1 parent f396ace commit 4d48f93

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

docs/clients.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ This page provides an overview of applications that support the Model Context Pr
77

88
## Feature support matrix
99

10+
<div id="feature-support-matrix-wrapper">
11+
1012
| Client | [Resources] | [Prompts] | [Tools] | [Discovery][Discovery] | [Sampling] | Roots | Notes |
1113
|---------------------------------------------|-------------|-----------|----------|------------------------|------------|--------|-----------------------------------------------------------------------------|
1214
| [5ire][5ire] ||||||| Supports tools. |
@@ -112,7 +114,9 @@ This page provides an overview of applications that support the Model Context Pr
112114
[Tools]: https://modelcontextprotocol.io/docs/concepts/tools
113115
[Sampling]: https://modelcontextprotocol.io/docs/concepts/sampling
114116
[HyperAgent]: https://github.com/hyperbrowserai/HyperAgent
115-
[Discovery]: ./tools#tool-discovery-and-updates
117+
[Discovery]: /docs/concepts/tools#tool-discovery-and-updates
118+
119+
</div>
116120

117121
## Client details
118122

docs/style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
#feature-support-matrix-wrapper {
3+
overflow-x: auto;
4+
}
5+
6+
#feature-support-matrix-wrapper table {
7+
min-width: 800px;
8+
}

0 commit comments

Comments
 (0)