cherry-studio/packages/shared/utils.ts
SuYao 6104b7803b
refactor: MCPService for improved error handling and header management (#10100)
* refactor MCPService for improved error handling and header management

* refactor MCPService: reorder header preparation for improved clarity

* refactor: enhance MCP server type determination and clean up error handling
2025-09-11 20:52:13 +08:00

8 lines
172 B
TypeScript

export const defaultAppHeaders = () => {
return {
'HTTP-Referer': 'https://cherry-ai.com',
Referer: 'https://cherry-ai.com',
'X-Title': 'Cherry Studio'
}
}