MCPcopy Create free account
hub / github.com/MonchiLin/antigravity-agent / HTTPConfig

Interface HTTPConfig

src/services/cloudcode-api.ts:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4// HTTP 客户端配置
5interface HTTPConfig {
6 baseURL: string;
7 headers: Record<string, string>;
8}
9
10const HTTP_CONFIG: HTTPConfig = {
11 baseURL: 'https://daily-cloudcode-pa.sandbox.googleapis.com', // 默认使用沙盒环境

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected