MCPcopy
hub / github.com/antvis/mcp-server-chart / getVisRequestServer

Function getVisRequestServer

src/utils/env.ts:6–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4 * Get the VIS_REQUEST_SERVER from environment variables.
5 */
6export function getVisRequestServer() {
7 return (
8 process.env.VIS_REQUEST_SERVER ||
9 "https://antv-studio.alipay.com/api/gpt-vis"
10 );
11}
12
13/**
14 * Get the `SERVICE_ID` from environment variables.

Callers 3

generateChartUrlFunction · 0.90
generateMapFunction · 0.90
env.spec.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected