rfhub-mcp 0.3.0 → 0.5.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.
Files changed (2) hide show
  1. package/dist/server.js +1 -1
  2. package/package.json +1 -1
package/dist/server.js CHANGED
@@ -6,7 +6,7 @@ import ArfcnCalculator5G from "./tools/arfcn-calculator-5g.js";
6
6
  import ArfcnCalculatorNTN from "./tools/arfcn-calculator-ntn.js";
7
7
  const mcpServer = new McpServer({
8
8
  name: "rfhub-mcp",
9
- version: "0.1.0",
9
+ version: "0.4.0",
10
10
  title: "RFHUB MCP Server",
11
11
  description: "RFHUB MCP Server",
12
12
  websiteUrl: "https://rfhub.cn/mcp-server",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rfhub-mcp",
3
- "version": "0.3.0",
3
+ "version": "0.5.0",
4
4
  "description": "",
5
5
  "main": "dist/server.js",
6
6
  "type": "module",