tambahannnya

This commit is contained in:
bipproduction
2025-11-14 10:46:23 +08:00
parent 77cbb6062b
commit 85cb36289c
4 changed files with 196 additions and 56 deletions

View File

@@ -4,7 +4,7 @@ import _ from "lodash";
var tools = [] as any[];
const OPENAPI_URL = process.env.BUN_PUBLIC_BASE_URL + "/docs/json";
const FILTER_TAG = "mcp";
const FILTER_TAG = "test";
if (!process.env.BUN_PUBLIC_BASE_URL) {
throw new Error("BUN_PUBLIC_BASE_URL environment variable is not set");