aimcpgate 0.2.2 → 0.4.0
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
npm wrapper for [aiMCPGate](https://github.com/akomyagin/aiMCPGate) — an MCP
|
|
4
4
|
gateway/proxy written in Go: one MCP endpoint that multiplexes calls across
|
|
5
|
-
several upstream MCP servers, aggregates their
|
|
6
|
-
|
|
5
|
+
several upstream MCP servers, aggregates their tools, prompts, resources and
|
|
6
|
+
resource templates into one catalog, and logs every call.
|
|
7
7
|
|
|
8
8
|
This package contains no code of its own: on install it downloads the
|
|
9
9
|
prebuilt `mcp-gate` binary for your platform from the project's GitHub
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aimcpgate",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"mcpName": "io.github.akomyagin/aimcpgate",
|
|
5
5
|
"description": "MCP gateway/proxy: one MCP endpoint multiplexing several upstream MCP servers, with an aggregated tool catalog and a call log. npm wrapper that downloads the prebuilt mcp-gate Go binary from GitHub Releases.",
|
|
6
6
|
"bin": {
|