Home / Function/ McpTabContent() — supabase Function Reference

McpTabContent() — supabase Function Reference

Architecture documentation for the McpTabContent() function in McpTabContent.tsx from the supabase codebase.

Entity Profile

Relationship Graph

Source Code

apps/studio/components/interfaces/Connect/McpTabContent.tsx lines 11–23

export const McpTabContent = ({ projectKeys }: { projectKeys: projectKeys }) => {
  const { ref: projectRef } = useParams()

  return (
    <Panel className="bg-inherit border-none shadow-none">
      {projectRef ? (
        <McpTabContentInnerLoaded projectRef={projectRef} projectKeys={projectKeys} />
      ) : (
        <McpTabContentInnerLoading />
      )}
    </Panel>
  )
}

Subdomains

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free