Skip to content

Commit c426f13

Browse files
committed
Updates to copy
1 parent 5cef8fa commit c426f13

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

components/instructions.tsx

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,12 @@ export const Instructions = ({ openButtonLabel }: InstructionsProps) => {
135135
Claude recently added{" "}
136136
<Link
137137
href="https://www.anthropic.com/news/integrations"
138+
target="_blank"
138139
className="mcp-link inline-flex items-center gap-1 no-underline"
139140
style={{ fontSize: "13.8px" }}
140141
>
141142
support for Integrations
143+
<ExternalLinkIcon className="inline w-4 h-4 align-baseline" />
142144
</Link>
143145
, which support remote MCP servers. With WorkOS,
144146
we can add authorization to that MCP server.
@@ -206,6 +208,7 @@ export const Instructions = ({ openButtonLabel }: InstructionsProps) => {
206208
server via{" "}
207209
<Link
208210
href="https://github.com/geelen/mcp-remote"
211+
target="_blank"
209212
className="mcp-link inline-flex items-center gap-1 no-underline"
210213
style={{ fontSize: "13.8px" }}
211214
>
@@ -221,6 +224,7 @@ export const Instructions = ({ openButtonLabel }: InstructionsProps) => {
221224
In&nbsp;
222225
<Link
223226
href="https://modelcontextprotocol.io/quickstart/user"
227+
target="_blank"
224228
className="mcp-link inline-flex items-center gap-1 no-underline"
225229
style={{ fontSize: "13.8px" }}
226230
>
@@ -255,19 +259,21 @@ export const Instructions = ({ openButtonLabel }: InstructionsProps) => {
255259
className="my-3 break-words font-untitled force-untitled"
256260
style={{ fontSize: "13.8px" }}
257261
>
258-
Setup for other tools (like{" "}
262+
Setting up other tools (such as{" "}
259263
<Link
260264
href="https://block.github.io/goose/"
261265
className="mcp-link inline-flex items-center gap-1 no-underline"
262266
style={{ fontSize: "13.8px" }}
263267
>
264268
Goose
265269
</Link>
266-
) is generally pretty similar: a{" "}
267-
<code>command</code> string, and an `args` list of
268-
strings. Support for remote MCP servers is still
269-
new, so for now a lot of tools will require a
270-
proxy like <code>mcp-remote</code>.
270+
) follows a similar pattern: you'll define a{" "}
271+
<code>command</code> string along with an{" "}
272+
<code>args</code> array of strings. Since support
273+
for remote MCP servers is still evolving, many
274+
tools currently require a proxy like{" "}
275+
<code>mcp-remote</code>&nbsp;to interface with
276+
these servers.
271277
</p>
272278
</div>
273279
</motion.div>

0 commit comments

Comments
 (0)