MCPcopy Create free account
hub / github.com/AbhinavTheDev/coding-agent / POST

Function POST

ui/app/api/copilotkit/route.ts:21–29  ·  view source on GitHub ↗
(req: NextRequest)

Source from the content-addressed store, hash-verified

19});
20
21export const POST = async (req: NextRequest) => {
22 const { handleRequest } = copilotRuntimeNextJSAppRouterEndpoint({
23 runtime,
24 serviceAdapter,
25 endpoint: "/api/copilotkit",
26 });
27
28 return handleRequest(req);
29};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected