@msgmesh/mcp-server
Advanced tools
+2
-2
| { | ||
| "name": "@msgmesh/mcp-server", | ||
| "version": "0.1.2", | ||
| "version": "0.1.3", | ||
| "description": "MsgMesh MCP server — 讓 Claude / Cursor 等 AI agent 原生訂閱事件流(watch_topic)並自助開通(create_key / create_topic)。", | ||
| "license": "MIT", | ||
| "author": "LukeLogix", | ||
| "homepage": "https://msg.jason3c.com", | ||
| "homepage": "https://msg.alderflux.com", | ||
| "repository": { | ||
@@ -9,0 +9,0 @@ "type": "git", |
+5
-5
@@ -5,3 +5,3 @@ # @msgmesh/mcp-server | ||
| [MsgMesh](https://msg.jason3c.com) 是架在 Kafka 之上的多租戶事件總線。把這個 MCP server 加進 | ||
| [MsgMesh](https://msg.alderflux.com) 是架在 Kafka 之上的多租戶事件總線。把這個 MCP server 加進 | ||
| Claude Desktop / Cursor,agent 就能用自然語言收發事件、監看 topic、甚至自己開通金鑰—— | ||
@@ -28,4 +28,4 @@ 你不必為它寫一層事件橋。 | ||
| "MQ_API_KEY": "<你的 API Key>", | ||
| "MQ_CONTROL_PLANE_URL": "https://msgapi.jason3c.com", | ||
| "MQ_GATEWAY_URL": "https://msgapi.jason3c.com" | ||
| "MQ_CONTROL_PLANE_URL": "https://msgapi.alderflux.com", | ||
| "MQ_GATEWAY_URL": "https://msgapi.alderflux.com" | ||
| } | ||
@@ -41,3 +41,3 @@ } | ||
| [面板](https://msgpanel.jason3c.com)註冊後可簽發一把。或者——直接讓 agent 自己開通: | ||
| [面板](https://msgpanel.alderflux.com)註冊後可簽發一把。或者——直接讓 agent 自己開通: | ||
@@ -76,3 +76,3 @@ ``` | ||
| - API 參考(可線上試打):<https://msgapi.jason3c.com/docs> | ||
| - API 參考(可線上試打):<https://msgapi.alderflux.com/docs> | ||
| - TypeScript SDK:[`@msgmesh/sdk`](https://www.npmjs.com/package/@msgmesh/sdk) | ||
@@ -79,0 +79,0 @@ |
17999
0.07%