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;
+4
View File
@@ -0,0 +1,4 @@
// for reasos this can't live alongide config.ts
// because its imported into the frontend UI
// and we don't want to pull in FastMCP, etc
export const ghPullfrogMcpName = "gh-pullfrog";
+1 -1
View File
@@ -1,4 +1,4 @@
import { ghPullfrogMcpName } from "./mcp/config.ts";
import { ghPullfrogMcpName } from "./mcp/index.ts";
export const modes = [
{