File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
packages/configure-mcp-server/src Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,9 @@ function mcpServersHook(servers: MCPServersConfig): StandardMCPConfig {
4040const 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-
5148export default claudeCodeClient ;
Original file line number Diff line number Diff 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": {
You can’t perform that action at this time.
0 commit comments