Skip to content

Commit 0b467a4

Browse files
committed
Auto-fix formatting
1 parent e77a3b6 commit 0b467a4

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

packages/configure-mcp-server/src/configure/client/claude-code.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,9 @@ function mcpServersHook(servers: MCPServersConfig): StandardMCPConfig {
4040
const claudeCodeClient = createBaseClient(
4141
'Claude Code',
4242
claudeCodeConfigPath,
43-
[
44-
'Run `claude mcp list` and verify the server is listed',
45-
],
43+
['Run `claude mcp list` and verify the server is listed'],
4644
claudeCodePathResolver,
4745
mcpServersHook,
4846
);
4947

50-
5148
export default claudeCodeClient;

packages/configure-mcp-server/src/test/cli.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,8 +1046,8 @@ Error configuring client: API token is required. Please provide a token with the
10461046

10471047
const configFileContents = fs.readFileSync(configFilePath, 'utf8');
10481048

1049-
expect(fs.existsSync(configFilePath)).toBe(true);
1050-
expect(configFileContents).toMatchInlineSnapshot(`
1049+
expect(fs.existsSync(configFilePath)).toBe(true);
1050+
expect(configFileContents).toMatchInlineSnapshot(`
10511051
"{
10521052
"mcpServers": {
10531053
"glean": {

0 commit comments

Comments
 (0)