@campfire-net/campfire-mcp 0.1.0 → 0.1.1
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.
- package/index.js +5 -5
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -10,11 +10,11 @@ function getBinaryPath() {
|
|
|
10
10
|
const arch = os.arch(); // 'x64', 'arm64'
|
|
11
11
|
|
|
12
12
|
const pkgMap = {
|
|
13
|
-
'linux-x64': 'campfire-mcp-linux-x64',
|
|
14
|
-
'linux-arm64': 'campfire-mcp-linux-arm64',
|
|
15
|
-
'darwin-x64': 'campfire-mcp-darwin-x64',
|
|
16
|
-
'darwin-arm64': 'campfire-mcp-darwin-arm64',
|
|
17
|
-
'win32-x64': 'campfire-mcp-win32-x64',
|
|
13
|
+
'linux-x64': '@campfire-net/campfire-mcp-linux-x64',
|
|
14
|
+
'linux-arm64': '@campfire-net/campfire-mcp-linux-arm64',
|
|
15
|
+
'darwin-x64': '@campfire-net/campfire-mcp-darwin-x64',
|
|
16
|
+
'darwin-arm64': '@campfire-net/campfire-mcp-darwin-arm64',
|
|
17
|
+
'win32-x64': '@campfire-net/campfire-mcp-win32-x64',
|
|
18
18
|
};
|
|
19
19
|
|
|
20
20
|
const key = `${platform}-${arch}`;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@campfire-net/campfire-mcp",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "Campfire MCP server
|
|
3
|
+
"version": "0.1.1",
|
|
4
|
+
"description": "Campfire MCP server — decentralized coordination protocol for AI agents",
|
|
5
5
|
"bin": {
|
|
6
6
|
"campfire-mcp": "index.js"
|
|
7
7
|
},
|