portkey-admin-mcp 0.3.4 → 0.3.5

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 +4 -4
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -12,13 +12,13 @@ MCP server for the [Portkey](https://portkey.ai/) Admin API. Manage prompts, con
12
12
 
13
13
  <a href="https://www.npmjs.com/package/portkey-admin-mcp"><img src="https://img.shields.io/npm/v/portkey-admin-mcp.svg" alt="npm version"></a>
14
14
  <a href="https://www.npmjs.com/package/portkey-admin-mcp"><img src="https://img.shields.io/npm/dm/portkey-admin-mcp.svg" alt="npm downloads"></a>
15
- <a href="https://github.com/s-b-e-n-s-o-n/portkey-admin-mcp/actions/workflows/ci.yml"><img src="https://github.com/s-b-e-n-s-o-n/portkey-admin-mcp/actions/workflows/ci.yml/badge.svg" alt="CI"></a>
15
+ <a href="https://github.com/scttbnsn/portkey-admin-mcp/actions/workflows/ci.yml"><img src="https://github.com/scttbnsn/portkey-admin-mcp/actions/workflows/ci.yml/badge.svg" alt="CI"></a>
16
16
  <a href="https://nodejs.org/"><img src="https://img.shields.io/badge/node-%3E%3D20-brightgreen.svg" alt="Node.js"></a>
17
17
  <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT"></a>
18
18
  <a href="https://github.com/punkpeye/awesome-mcp-servers"><img src="https://awesome.re/mentioned-badge.svg" alt="Mentioned in Awesome MCP Servers"></a>
19
- <a href="https://lobehub.com/mcp/s-b-e-n-s-o-n-portkey-admin-mcp"><img src="https://lobehub.com/badge/mcp/s-b-e-n-s-o-n-portkey-admin-mcp?style=flat" alt="LobeHub MCP"></a>
19
+ <a href="https://lobehub.com/mcp/scttbnsn-portkey-admin-mcp"><img src="https://lobehub.com/badge/mcp/scttbnsn-portkey-admin-mcp?style=flat" alt="LobeHub MCP"></a>
20
20
 
21
- <a href="https://glama.ai/mcp/servers/s-b-e-n-s-o-n/portkey-admin-mcp"><img src="https://glama.ai/mcp/servers/s-b-e-n-s-o-n/portkey-admin-mcp/badges/card.svg" alt="portkey-admin-mcp MCP server"></a>
21
+ <a href="https://glama.ai/mcp/servers/scttbnsn/portkey-admin-mcp"><img src="https://glama.ai/mcp/servers/scttbnsn/portkey-admin-mcp/badges/card.svg" alt="portkey-admin-mcp MCP server"></a>
22
22
 
23
23
  </div>
24
24
 
@@ -73,7 +73,7 @@ npx -y portkey-admin-mcp
73
73
  <summary><strong>Build from source</strong></summary>
74
74
 
75
75
  ```bash
76
- git clone https://github.com/s-b-e-n-s-o-n/portkey-admin-mcp.git
76
+ git clone https://github.com/scttbnsn/portkey-admin-mcp.git
77
77
  cd portkey-admin-mcp
78
78
  npm install && npm run build
79
79
  ```
package/package.json CHANGED
@@ -41,8 +41,8 @@
41
41
  "zod": "^4.3.6"
42
42
  },
43
43
  "name": "portkey-admin-mcp",
44
- "mcpName": "io.github.s-b-e-n-s-o-n/portkey-admin-mcp",
45
- "version": "0.3.4",
44
+ "mcpName": "io.github.codeswhat/portkey-admin-mcp",
45
+ "version": "0.3.5",
46
46
  "main": "build/index.js",
47
47
  "keywords": [
48
48
  "mcp",
@@ -62,11 +62,11 @@
62
62
  "description": "Full Portkey Admin API MCP server",
63
63
  "repository": {
64
64
  "type": "git",
65
- "url": "git+https://github.com/s-b-e-n-s-o-n/portkey-admin-mcp.git"
65
+ "url": "git+https://github.com/CodesWhat/portkey-admin-mcp.git"
66
66
  },
67
- "homepage": "https://github.com/s-b-e-n-s-o-n/portkey-admin-mcp#readme",
67
+ "homepage": "https://github.com/CodesWhat/portkey-admin-mcp#readme",
68
68
  "bugs": {
69
- "url": "https://github.com/s-b-e-n-s-o-n/portkey-admin-mcp/issues"
69
+ "url": "https://github.com/CodesWhat/portkey-admin-mcp/issues"
70
70
  },
71
71
  "devDependencies": {
72
72
  "@biomejs/biome": "^2.4.10",