🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@noraai/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@noraai/mcp-server - npm Package Compare versions

Comparing version
0.1.3
to
0.1.4
+1
-1
package.json
{
"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",

@@ -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 @@

@@ -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,

@@ -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 } = {}) {