We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8f9d29 commit 5b89896Copy full SHA for 5b89896
packages/mcp/src/client.ts
@@ -120,6 +120,7 @@ export const askCodebase = async (request: AskCodebaseRequest): Promise<AskCodeb
120
method: 'POST',
121
headers: {
122
'Content-Type': 'application/json',
123
+ 'X-Sourcebot-Client-Source': 'mcp',
124
...(env.SOURCEBOT_API_KEY ? { 'X-Sourcebot-Api-Key': env.SOURCEBOT_API_KEY } : {})
125
},
126
body: JSON.stringify(request),
0 commit comments