Skip to content

Commit ac3ee26

Browse files
Your Nameclaude
andcommitted
chore(npm): bump calm-mcp packages to 0.1.4 (first real publish)
Published today: @eilodon/calm-mcp + calm-mcp-{linux-x64,linux-arm64,darwin-arm64} all at 0.1.4, per npm/README.md's documented flow (npm/stage-release.sh v0.1.4 then npm publish --access public in dependency order). Verified with `npx -y @eilodon/calm-mcp@0.1.4 --version` after publish. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 26041d5 commit ac3ee26

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

npm/calm-mcp-darwin-arm64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@eilodon/calm-mcp-darwin-arm64",
3-
"version": "0.1.3",
4-
"description": "Prebuilt calm (CALM MCP) binary for darwin-arm64 (Apple Silicon) \u2014 platform package for @eilodon/calm-mcp, not meant to be installed directly",
3+
"version": "0.1.4",
4+
"description": "Prebuilt calm (CALM MCP) binary for darwin-arm64 (Apple Silicon) platform package for @eilodon/calm-mcp, not meant to be installed directly",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

npm/calm-mcp-linux-arm64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@eilodon/calm-mcp-linux-arm64",
3-
"version": "0.1.3",
4-
"description": "Prebuilt calm (CALM MCP) binary for linux-arm64 \u2014 platform package for @eilodon/calm-mcp, not meant to be installed directly",
3+
"version": "0.1.4",
4+
"description": "Prebuilt calm (CALM MCP) binary for linux-arm64 platform package for @eilodon/calm-mcp, not meant to be installed directly",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

npm/calm-mcp-linux-x64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@eilodon/calm-mcp-linux-x64",
3-
"version": "0.1.3",
4-
"description": "Prebuilt calm (CALM MCP) binary for linux-x64 \u2014 platform package for @eilodon/calm-mcp, not meant to be installed directly",
3+
"version": "0.1.4",
4+
"description": "Prebuilt calm (CALM MCP) binary for linux-x64 platform package for @eilodon/calm-mcp, not meant to be installed directly",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

npm/calm-mcp/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@eilodon/calm-mcp",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"mcpName": "io.github.eilodon/calm-mcp",
5-
"description": "CALM \u2014 Coding Agent Liveness Map MCP server (Rust binary, no toolchain required to run it)",
5+
"description": "CALM Coding Agent Liveness Map MCP server (Rust binary, no toolchain required to run it)",
66
"license": "MIT",
77
"homepage": "https://github.com/Eilodon/CALM",
88
"repository": {
@@ -19,8 +19,8 @@
1919
"node": ">=16"
2020
},
2121
"optionalDependencies": {
22-
"@eilodon/calm-mcp-linux-x64": "0.1.3",
23-
"@eilodon/calm-mcp-linux-arm64": "0.1.3",
24-
"@eilodon/calm-mcp-darwin-arm64": "0.1.3"
22+
"@eilodon/calm-mcp-linux-x64": "0.1.4",
23+
"@eilodon/calm-mcp-linux-arm64": "0.1.4",
24+
"@eilodon/calm-mcp-darwin-arm64": "0.1.4"
2525
}
2626
}

0 commit comments

Comments
 (0)