We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84335ae commit 7227909Copy full SHA for 7227909
client/src/App.tsx
@@ -515,8 +515,7 @@ const App = () => {
515
!serverCapabilities?.tools ? (
516
<div className="flex items-center justify-center p-4">
517
<p className="text-lg text-gray-500">
518
- The connected server does not support any MCP
519
- capabilities
+ The connected server does not support any MCP capabilities
520
</p>
521
</div>
522
) : (
0 commit comments