Skip to content

Commit fa42c60

Browse files
committed
feat: initial update to MCP command
1 parent d1ea083 commit fa42c60

18 files changed

Lines changed: 367 additions & 554 deletions

File tree

packages/cli/commands/companies.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
MissingEnvIdError,
1212
} from "../utils/errors.js";
1313
import { appIdOption, companyFilterOption } from "../utils/options.js";
14-
import { baseUrlSuffix } from "../utils/path.js";
14+
import { baseUrlSuffix } from "../utils/urls.js";
1515

1616
export const listCompaniesAction = async (options: { filter?: string }) => {
1717
const { baseUrl, appId } = configStore.getConfig();

packages/cli/commands/features.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import {
3636
typesOutOption,
3737
userIdsOption,
3838
} from "../utils/options.js";
39-
import { baseUrlSuffix, featureUrl } from "../utils/path.js";
39+
import { baseUrlSuffix, featureUrl } from "../utils/urls.js";
4040

4141
const lf = new Intl.ListFormat("en");
4242

0 commit comments

Comments
 (0)