Skip to content

Commit 488fc35

Browse files
PaulJPhilpclaude
andcommitted
chore: update bun.lock and fix ep-cli default API URL
Update lockfile for ep-cli v0.3.2 deps (@effect/cluster@0.56.4, @effect/rpc@0.73.2). Fix default API URL to point to the correct Vercel deployment. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ab2922b commit 488fc35

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

bun.lock

Lines changed: 7 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ep-cli/src/services/pattern-api/service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import type {
1313
PatternSummary,
1414
} from "./api.js";
1515

16-
const DEFAULT_API_BASE_URL = "https://effect-patterns-mcp.vercel.app";
16+
const DEFAULT_API_BASE_URL = "https://effect-patterns-mcp-server-buddybuilder.vercel.app";
1717
const DEFAULT_TIMEOUT_MS = 10_000;
1818

1919
const resolveConfigPath = () => {

0 commit comments

Comments
 (0)