MCPcopy Create free account
hub / github.com/CommandCodeAI/BaseAI / meta

Function meta

examples/remix/app/routes/demo.pipe-run.tsx:6–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5
6export const meta: MetaFunction = () => {
7 return [
8 { title: 'Pipe ⌘ ' },
9 { name: "description", content: "Run a pipe" },
10 ];
11};
12
13export default function Page() {
14 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected