rfhub-mcp 0.27.0 → 0.28.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: "2120",
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: "20",
59
+ example: 20,
60
60
  description: "4G/LTE标准信道带宽",
61
61
  "x-options-from": "output.BandwidthOptions",
62
62
  }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rfhub-mcp",
3
- "version": "0.27.0",
3
+ "version": "0.28.0",
4
4
  "title": "RFHub MCP Server",
5
5
  "description": "RFHub MCP Server",
6
6
  "websiteUrl": "https://rfhub.cn/mcp-server",