@meridianmcp/mcp 1.0.2 → 1.0.3

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +32 -18
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- <!-- mcp-name: io.github.ajc3xc/meridian -->
1
+ <!-- mcp-name: io.github.meridianmcp/meridian -->
2
2
  <p align="center">
3
3
  <img src="meridian/static/logo.svg" width="64" height="64" alt="Meridian">
4
4
  </p>
package/package.json CHANGED
@@ -1,18 +1,32 @@
1
- {
2
- "name": "@meridianmcp/mcp",
3
- "mcpName": "io.github.ajc3xc/meridian",
4
- "version": "1.0.2",
5
- "description": "Persistent memory, task coordination, and HITL queue for AI coding sessions. MCP server for Claude Code, Cursor, Windsurf, Codex CLI.",
6
- "keywords": ["mcp", "claude", "cursor", "windsurf", "ai", "session", "coordination", "hitl"],
7
- "homepage": "https://usemeridian.us",
8
- "repository": {
9
- "type": "git",
10
- "url": "https://github.com/meridianmcp/Meridian.git"
11
- },
12
- "license": "MSL-1.0",
13
- "bin": {
14
- "meridian-mcp": "./bin/meridian-mcp.js"
15
- },
16
- "engines": { "node": ">=18" },
17
- "files": ["bin/", "README.md"]
18
- }
1
+ {
2
+ "name": "@meridianmcp/mcp",
3
+ "mcpName": "io.github.ajc3xc/meridian",
4
+ "version": "1.0.3",
5
+ "description": "Persistent memory, task coordination, and HITL queue for AI coding sessions. MCP server for Claude Code, Cursor, Windsurf, Codex CLI.",
6
+ "keywords": [
7
+ "mcp",
8
+ "claude",
9
+ "cursor",
10
+ "windsurf",
11
+ "ai",
12
+ "session",
13
+ "coordination",
14
+ "hitl"
15
+ ],
16
+ "homepage": "https://usemeridian.us",
17
+ "repository": {
18
+ "type": "git",
19
+ "url": "https://github.com/meridianmcp/Meridian.git"
20
+ },
21
+ "license": "MSL-1.0",
22
+ "bin": {
23
+ "meridian-mcp": "./bin/meridian-mcp.js"
24
+ },
25
+ "engines": {
26
+ "node": ">=18"
27
+ },
28
+ "files": [
29
+ "bin/",
30
+ "README.md"
31
+ ]
32
+ }