oci-pricing-mcp 1.2.1 → 1.2.2

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 +1 -1
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -63,7 +63,7 @@ making it significantly more cost-effective for data-heavy workloads.
63
63
  ### Quick Install (Recommended)
64
64
 
65
65
  ```bash
66
- claude mcp add oci-pricing -- npx github:jasonwilbur/oci-pricing-mcp
66
+ claude mcp add oci-pricing -- npx oci-pricing-mcp
67
67
  ```
68
68
 
69
69
  ### From Source
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "oci-pricing-mcp",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
+ "mcpName": "io.github.jasonwilbur/oci-pricing-mcp",
4
5
  "description": "OCI Pricing MCP Server - Model Context Protocol server for Oracle Cloud Infrastructure pricing information",
5
6
  "type": "module",
6
7
  "main": "dist/index.js",