rfhub-mcp 0.27.0 → 0.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -9,7 +9,7 @@ export const tags = [];
|
|
|
9
9
|
export const ModeEnum = z.enum(["n", "f"]).meta({
|
|
10
10
|
"x-enum-labels": {
|
|
11
11
|
n: "提供频点进行后续换算",
|
|
12
|
-
f: "
|
|
12
|
+
f: "提供频率进行后续换算",
|
|
13
13
|
},
|
|
14
14
|
});
|
|
15
15
|
export const DirectionEnum = z.enum(["uplink", "downlink"]).meta({
|
|
@@ -47,7 +47,7 @@ export const inputSchema = z.object({
|
|
|
47
47
|
"x-order": 40,
|
|
48
48
|
title: "中心频率",
|
|
49
49
|
"x-unit": "MHz",
|
|
50
|
-
example:
|
|
50
|
+
example: 2120,
|
|
51
51
|
description: "4G/LTE标准中心频率",
|
|
52
52
|
"x-required-when": 'Mode === "f"',
|
|
53
53
|
}),
|
|
@@ -56,7 +56,7 @@ export const inputSchema = z.object({
|
|
|
56
56
|
"x-order": 60,
|
|
57
57
|
title: "信道带宽",
|
|
58
58
|
"x-unit": "MHz",
|
|
59
|
-
example:
|
|
59
|
+
example: 20,
|
|
60
60
|
description: "4G/LTE标准信道带宽",
|
|
61
61
|
"x-options-from": "output.BandwidthOptions",
|
|
62
62
|
}),
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as z from "zod/v4";
|
|
2
2
|
import { executeGetResult } from "../utils/executeGetResult.js";
|
|
3
|
-
export const path = "
|
|
3
|
+
export const path = "/arfcn-calculator-ntn/compute";
|
|
4
4
|
export const method = "post";
|
|
5
5
|
export const name = "arfcn_calculator_ntn_compute";
|
|
6
6
|
export const title = "5G/NTN频点频率转换与对应频带信息";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as z from "zod/v4";
|
|
2
2
|
import type { GetResult } from "../types/tool.js";
|
|
3
|
-
export declare const path = "
|
|
3
|
+
export declare const path = "/arfcn-calculator-ntn/compute";
|
|
4
4
|
export declare const method = "post";
|
|
5
5
|
export declare const name = "arfcn_calculator_ntn_compute";
|
|
6
6
|
export declare const title = "5G/NTN\u9891\u70B9\u9891\u7387\u8F6C\u6362\u4E0E\u5BF9\u5E94\u9891\u5E26\u4FE1\u606F";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"arfcn-calculator-ntn-compute.d.ts","sourceRoot":"","sources":["../../../src/tools/arfcn-calculator-ntn-compute.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAGlD,eAAO,MAAM,IAAI,
|
|
1
|
+
{"version":3,"file":"arfcn-calculator-ntn-compute.d.ts","sourceRoot":"","sources":["../../../src/tools/arfcn-calculator-ntn-compute.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAGlD,eAAO,MAAM,IAAI,kCAAkC,CAAC;AACpD,eAAO,MAAM,MAAM,SAAS,CAAC;AAC7B,eAAO,MAAM,IAAI,iCAAiC,CAAC;AACnD,eAAO,MAAM,KAAK,yFAAwB,CAAC;AAC3C,eAAO,MAAM,WAAW,2MAA2C,CAAC;AACpE,eAAO,MAAM,IAAI,SAAK,CAAC;AAEvB,eAAO,MAAM,QAAQ;;;EAAqB,CAAC;AAC3C,eAAO,MAAM,aAAa;;;EAAiC,CAAC;AAC5D,eAAO,MAAM,cAAc;;;EAAyB,CAAC;AAErD,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;iBA4BtB,CAAC;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA+DvB,CAAC;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA+D1B,CAAC;AAEH,eAAO,MAAM,OAAO,GAAU,OAAO,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,EAAE,WAAW,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoBrF,CAAC"}
|