File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -127,14 +127,14 @@ const Sidebar = ({
127
127
return {
128
128
type : "sse" ,
129
129
url : sseUrl ,
130
- note : "For SSE connections, add this URL directly in Client" ,
130
+ note : "For SSE connections, add this URL directly in your MCP Client" ,
131
131
} ;
132
132
}
133
133
if ( transportType === "streamable-http" ) {
134
134
return {
135
135
type : "streamable-http" ,
136
136
url : sseUrl ,
137
- note : "For Streamable HTTP connections, add this URL directly in Client" ,
137
+ note : "For Streamable HTTP connections, add this URL directly in your MCP Client" ,
138
138
} ;
139
139
}
140
140
return { } ;
@@ -172,7 +172,7 @@ const Sidebar = ({
172
172
description :
173
173
transportType === "stdio"
174
174
? "Server configuration has been copied to clipboard. Add this to your mcp.json inside the 'mcpServers' object with your preferred server name."
175
- : "SSE URL has been copied. Use this URL in Cursor directly ." ,
175
+ : "SSE URL has been copied. Use this URL directly in your MCP Client ." ,
176
176
} ) ;
177
177
178
178
setTimeout ( ( ) => {
Original file line number Diff line number Diff line change @@ -755,7 +755,7 @@ describe("Sidebar Environment Variables", () => {
755
755
{
756
756
type : "sse" ,
757
757
url : sseUrl ,
758
- note : "For SSE connections, add this URL directly in Client" ,
758
+ note : "For SSE connections, add this URL directly in your MCP Client" ,
759
759
} ,
760
760
null ,
761
761
4 ,
@@ -780,7 +780,7 @@ describe("Sidebar Environment Variables", () => {
780
780
"default-server" : {
781
781
type : "sse" ,
782
782
url : sseUrl ,
783
- note : "For SSE connections, add this URL directly in Client" ,
783
+ note : "For SSE connections, add this URL directly in your MCP Client" ,
784
784
} ,
785
785
} ,
786
786
} ,
@@ -805,7 +805,7 @@ describe("Sidebar Environment Variables", () => {
805
805
{
806
806
type : "streamable-http" ,
807
807
url : sseUrl ,
808
- note : "For Streamable HTTP connections, add this URL directly in Client" ,
808
+ note : "For Streamable HTTP connections, add this URL directly in your MCP Client" ,
809
809
} ,
810
810
null ,
811
811
4 ,
@@ -830,7 +830,7 @@ describe("Sidebar Environment Variables", () => {
830
830
"default-server" : {
831
831
type : "streamable-http" ,
832
832
url : sseUrl ,
833
- note : "For Streamable HTTP connections, add this URL directly in Client" ,
833
+ note : "For Streamable HTTP connections, add this URL directly in your MCP Client" ,
834
834
} ,
835
835
} ,
836
836
} ,
You can’t perform that action at this time.
0 commit comments