mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 07:09:11 +02:00
7 lines
No EOL
414 B
Text
7 lines
No EOL
414 B
Text
export const LocalFocusTip = () => {
|
|
return (
|
|
<Tip>
|
|
<strong>This integration focuses on running local FastMCP server files with STDIO transport.</strong> For remote servers running with HTTP or SSE transport, use your client's native configuration - FastMCP's integrations focus on simplifying the complex local setup with dependencies and <code>uv</code> commands.
|
|
</Tip>
|
|
);
|
|
}; |