vme-mcp-server 0.1.3 → 0.1.4

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.
package/README.md CHANGED
@@ -4,29 +4,21 @@ An intelligent Model Context Protocol (MCP) server that transforms HPE VM Essent
4
4
 
5
5
  ## Quick Start
6
6
 
7
- ### Prerequisites
8
-
9
- - [Claude Code CLI](https://docs.anthropic.com/en/docs/claude-code) installed
10
- - Node.js 18+ and npm
11
- - Access to an HPE VM Essentials (VME) instance
12
-
13
- ### 1. Clone and Setup
7
+ ### Installation
14
8
 
15
9
  ```bash
16
- git clone https://github.com/frippe75/vme-mcp-server.git
17
- cd vme-mcp-server
18
- npm install
10
+ npm install -g vme-mcp-server
19
11
  ```
20
12
 
21
- ### 2. Configure VME API Access
13
+ ### Prerequisites
22
14
 
23
- Create a `.env` file with your VME credentials:
15
+ - Claude Desktop
16
+ - Node.js 18+ and npm
17
+ - Access to an HPE VM Essentials (VME) instance
24
18
 
25
- ```bash
26
- cp .env.example .env
27
- ```
19
+ ### 2. Configure VME API Access
28
20
 
29
- Edit `.env`:
21
+ Create a `.env` file:
30
22
  ```env
31
23
  VME_API_BASE_URL=https://your-vme-instance.com/api
32
24
  VME_API_TOKEN=your-bearer-token-here
package/dist/README.md CHANGED
@@ -143,6 +143,6 @@ Built with TypeScript and the Model Context Protocol for seamless Claude integra
143
143
 
144
144
  ## Version
145
145
 
146
- Current version: 0.1.3
146
+ Current version: 0.1.4
147
147
 
148
148
  For development documentation and contribution guidelines, see the project repository.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vme-mcp-server",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "VMware vCenter MCP Server - Natural language infrastructure management for Claude",
5
5
  "main": "dist/server.js",
6
6
  "bin": {