UNPKG

hubble-mcp-tool

Version:
15 lines (14 loc) 492 B
// API endpoints and service configurations export const QUICKCHART_BASE_URL = "https://quickchart.io/chart?key=q-esueasbak82uykl4dwyvd5pdfam08ssi"; export const HUBBLE_API_URL = "http://ai-api.hubble-rpc.xyz:8181"; // Server configuration export const SERVER_CONFIG = { name: "hubble-tool", version: "2.0.0", }; // Tool names export const TOOL_NAMES = { SEARCH_HUBBLE: "search-hubble", GENERATE_CHART: "generate-chart-hubble", DOWNLOAD_CHART: "download-chart-hubble", };