portkey-admin-mcp 0.3.6 → 0.3.8
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 +3 -3
- package/build/index.js +1243 -1696
- package/build/server.js +1304 -1733
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ MCP server for the [Portkey](https://portkey.ai/) Admin API. Manage prompts, con
|
|
|
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/
|
|
19
|
+
<a href="https://lobehub.com/mcp/codeswhat-portkey-admin-mcp"><img src="https://lobehub.com/badge/mcp/codeswhat-portkey-admin-mcp?style=flat" alt="MCP Badge"></a>
|
|
20
20
|
|
|
21
21
|
<a href="https://glama.ai/mcp/servers/CodesWhat/portkey-admin-mcp"><img src="https://glama.ai/mcp/servers/CodesWhat/portkey-admin-mcp/badges/card.svg" alt="portkey-admin-mcp MCP server"></a>
|
|
22
22
|
|
|
@@ -153,7 +153,7 @@ If a tool returns a `403` with Portkey error `AB03`, it means missing scopes —
|
|
|
153
153
|
|
|
154
154
|
## HTTP Server (Experimental)
|
|
155
155
|
|
|
156
|
-
> **Status**: The HTTP transport works but hosted deployment is not
|
|
156
|
+
> **Status**: The HTTP transport works locally and is covered by the integration test suite, but it is a proof of concept — there is **no hosted version** of this server, and hosted deployment is not currently a goal. Use stdio (npx) as the supported transport.
|
|
157
157
|
|
|
158
158
|
The server supports Streamable HTTP for remote access:
|
|
159
159
|
|
|
@@ -202,7 +202,7 @@ For local-only HTTP use, leave `MCP_HOST` at its default `127.0.0.1`. Set `MCP_H
|
|
|
202
202
|
<details>
|
|
203
203
|
<summary><strong>Vercel deployment</strong></summary>
|
|
204
204
|
|
|
205
|
-
|
|
205
|
+
Vercel support is kept as a reference proof of concept — we do not run a hosted deployment. See [docs/VERCEL_DEPLOYMENT.md](./docs/VERCEL_DEPLOYMENT.md) if you want to self-deploy.
|
|
206
206
|
|
|
207
207
|
Key points:
|
|
208
208
|
- Uses stateless mode with Redis event store
|