UNPKG
@airwallex/developer-mcp
Version:
latest (0.3.0-beta.11)
0.3.0-beta.11
0.3.0-beta.10
0.3.0-beta.9
0.3.0-beta.7
MCP server for AI agents that assist developers integrating with the Airwallex platform
@airwallex/developer-mcp
/
dist
/
constants
/
config.js
9 lines
(8 loc)
•
277 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
BASE_URLS
=
void
0
;
exports
.
BASE_URLS
= {
api
:
"https://api-demo.airwallex.com"
,
docsSearch
:
"https://demo.airwallex.com/docs/ai"
,
telemetry
:
"https://o11y-demo.airwallex.com"
, };