Add shared instance metadata context

This commit is contained in:
Shantur Rathore
2025-12-15 00:42:16 +00:00
parent 8ec57da275
commit c8161669ac
6 changed files with 193 additions and 146 deletions

View File

@@ -132,7 +132,6 @@ const InstanceShell2: Component<InstanceShellProps> = (props) => {
const messageStore = createMemo(() => messageStoreBus.getOrCreate(props.instance.id))
const desktopQuery = useMediaQuery("(min-width: 1280px)")
const tabletQuery = useMediaQuery("(min-width: 768px)")
@@ -860,7 +859,6 @@ const InstanceShell2: Component<InstanceShellProps> = (props) => {
label: "LSP Servers",
render: () => (
<InstanceServiceStatus
instanceId={props.instance.id}
initialInstance={props.instance}
sections={["lsp"]}
showSectionHeadings={false}
@@ -873,7 +871,6 @@ const InstanceShell2: Component<InstanceShellProps> = (props) => {
label: "MCP Servers",
render: () => (
<InstanceServiceStatus
instanceId={props.instance.id}
initialInstance={props.instance}
sections={["mcp"]}
showSectionHeadings={false}