@noraai/mcp-server
Advanced tools
+1
-1
| { | ||
| "name": "@noraai/mcp-server", | ||
| "version": "0.1.3", | ||
| "version": "0.1.4", | ||
| "description": "MCP server for Nora — deploy, monitor, and operate self-hosted OpenClaw and Hermes agent fleets on Docker or Kubernetes.", | ||
@@ -5,0 +5,0 @@ "mcpName": "io.github.solomon2773/nora", |
+9
-0
@@ -12,2 +12,11 @@ # @noraai/mcp-server | ||
| The repository also ships a Claude Code plugin manifest under | ||
| [`claude-plugin/`](./claude-plugin). Validate and load it from a Nora checkout | ||
| with: | ||
| ```bash | ||
| claude plugin validate ./mcp-server/claude-plugin --strict | ||
| claude --plugin-dir ./mcp-server/claude-plugin | ||
| ``` | ||
| Or in any MCP client's JSON config: | ||
@@ -14,0 +23,0 @@ |
+1
-1
@@ -41,3 +41,3 @@ // Thin wrapper around the Nora public REST API, mirroring cli/src/client.js. | ||
| Authorization: `Bearer ${resolved.apiKey}`, | ||
| "User-Agent": "nora-mcp-server/0.1.3", | ||
| "User-Agent": "nora-mcp-server/0.1.4", | ||
| }, | ||
@@ -44,0 +44,0 @@ body: body !== undefined ? JSON.stringify(body) : undefined, |
+1
-1
@@ -15,3 +15,3 @@ #!/usr/bin/env node | ||
| export const SERVER_INFO = { name: "nora", version: "0.1.3" }; | ||
| export const SERVER_INFO = { name: "nora", version: "0.1.4" }; | ||
@@ -18,0 +18,0 @@ export function createServer({ api, env = process.env } = {}) { |
32913
0.82%82
12.33%