@mithung/vunet-mcp-server 2.1.0 → 2.1.1

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/README.md +6 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  Query metrics, traces, logs, and data models from your Vunet tenants using natural language through AI assistants like Claude, GitHub Copilot, or any MCP-compatible client.
10
10
 
11
- > **Latest Version:** 2.1.0 - Authentication improvements with proxy support.
11
+ > **Latest Version:** 2.1.1 - Updated repository URLs, authentication improvements with proxy support.
12
12
 
13
13
  ---
14
14
 
@@ -277,6 +277,10 @@ npm list -g @mithung/vunet-mcp-server
277
277
 
278
278
  ## 📄 Changelog
279
279
 
280
+ ### v2.1.1 (2026-02-18)
281
+ - ✅ Updated repository URLs to correct GitHub organization
282
+ - ✅ Fixed package metadata
283
+
280
284
  ### v2.1.0 (2026-02-17)
281
285
  - ✅ Authentication improvements with proxy support
282
286
  - ✅ Auto-reconnect on session expiry
@@ -307,7 +311,7 @@ MIT License - see [LICENSE](LICENSE) file.
307
311
 
308
312
  ## 📧 Support
309
313
 
310
- - **GitHub Issues:** [https://github.com/mithung/vunet-mcp-server/issues](https://github.com/mithung/vunet-mcp-server/issues)
314
+ - **GitHub Issues:** [https://github.com/mithung-vunet/vunet-mcp-server/issues](https://github.com/mithung-vunet/vunet-mcp-server/issues)
311
315
  - **npm Package:** [https://www.npmjs.com/package/@mithung/vunet-mcp-server](https://www.npmjs.com/package/@mithung/vunet-mcp-server)
312
316
 
313
317
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mithung/vunet-mcp-server",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Model Context Protocol (MCP) Server for Vunet vuSmartMaps - Multi-tenant observability platform integration",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -42,12 +42,12 @@
42
42
  },
43
43
  "repository": {
44
44
  "type": "git",
45
- "url": "https://github.com/mithung/vunet-mcp-server.git"
45
+ "url": "https://github.com/mithung-vunet/vunet-mcp-server.git"
46
46
  },
47
47
  "bugs": {
48
- "url": "https://github.com/mithung/vunet-mcp-server/issues"
48
+ "url": "https://github.com/mithung-vunet/vunet-mcp-server/issues"
49
49
  },
50
- "homepage": "https://github.com/mithung/vunet-mcp-server#readme",
50
+ "homepage": "https://github.com/mithung-vunet/vunet-mcp-server#readme",
51
51
  "license": "MIT",
52
52
  "dependencies": {
53
53
  "@modelcontextprotocol/sdk": "^1.26.0",