Fix outer build

This commit is contained in:
Colin McDonnell
2025-11-13 17:16:36 -08:00
parent cb01f0ae44
commit 47716aa119
3 changed files with 6 additions and 3 deletions
+1 -2
View File
@@ -5,8 +5,7 @@
import type { McpServerConfig } from "@anthropic-ai/claude-agent-sdk";
import { fromHere } from "@ark/fs";
import { parseRepoContext } from "../utils/github.ts";
export const ghPullfrogMcpName = "gh-pullfrog";
import { ghPullfrogMcpName } from "./index.ts";
export type McpName = typeof ghPullfrogMcpName;