import { Component } from "solid-js" export const SettingsMcp: Component = () => { return (

MCP

MCP settings will be configurable here.

) }