File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ This page provides an overview of applications that support the Model Context Pr
7
7
8
8
## Feature support matrix
9
9
10
+ <div id = " feature-support-matrix-wrapper" >
11
+
10
12
| Client | [ Resources] | [ Prompts] | [ Tools] | [ Discovery] [ Discovery ] | [ Sampling] | Roots | Notes |
11
13
| ---------------------------------------------| -------------| -----------| ----------| ------------------------| ------------| --------| -----------------------------------------------------------------------------|
12
14
| [ 5ire] [ 5ire ] | ❌ | ❌ | ✅ | ❓ | ❌ | ❌ | Supports tools. |
@@ -112,7 +114,9 @@ This page provides an overview of applications that support the Model Context Pr
112
114
[ Tools ] : https://modelcontextprotocol.io/docs/concepts/tools
113
115
[ Sampling ] : https://modelcontextprotocol.io/docs/concepts/sampling
114
116
[ 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 >
116
120
117
121
## Client details
118
122
Original file line number Diff line number Diff line change
1
+
2
+ # feature-support-matrix-wrapper {
3
+ overflow-x : auto;
4
+ }
5
+
6
+ # feature-support-matrix-wrapper table {
7
+ min-width : 800px ;
8
+ }
You can’t perform that action at this time.
0 commit comments