Spaces:
Running
Running
| 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> | |
| ); | |
| }; |