Skip to content

Commit 5b89896

Browse files
feedback
1 parent e8f9d29 commit 5b89896

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/mcp/src/client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ export const askCodebase = async (request: AskCodebaseRequest): Promise<AskCodeb
120120
method: 'POST',
121121
headers: {
122122
'Content-Type': 'application/json',
123+
'X-Sourcebot-Client-Source': 'mcp',
123124
...(env.SOURCEBOT_API_KEY ? { 'X-Sourcebot-Api-Key': env.SOURCEBOT_API_KEY } : {})
124125
},
125126
body: JSON.stringify(request),

0 commit comments

Comments
 (0)