add mcp tools

This commit is contained in:
duanfuxiang
2025-06-03 09:33:53 +08:00
parent ec6c4cde83
commit 1dffe5292a
10 changed files with 25 additions and 33 deletions

View File

@@ -41,7 +41,7 @@ export async function onEnt(
}
const postData = JSON.stringify(payload)
const apiUrl = new URL(`https://hubs.infio.app/e1/api/event`)
const apiUrl = new URL(`https://hubs.infio.app/api/event`)
const options = {
hostname: apiUrl.hostname,