@knowsuchagency/fulcrum 2.4.0 → 2.4.2
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/README.md +1 -1
- package/bin/fulcrum.js +3 -3
- package/package.json +1 -1
- package/server/index.js +2 -6
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ Fulcrum is your AI-powered command center for shipping software. Built for techn
|
|
|
10
10
|
|
|
11
11
|
Run Claude Code across multiple tasks in parallel. Stay connected to your agents via WhatsApp, Email, Discord, Telegram, or Slack. Let your AI assistant monitor messages, filter signal from noise, and send daily briefings—all while you focus on what matters.
|
|
12
12
|
|
|
13
|
-
Fulcrum doesn't replace your tools—it gives you leverage over them. You configure Claude Code with the integrations you need (Notion, Linear,
|
|
13
|
+
Fulcrum doesn't replace your tools—it gives you leverage over them. You configure Claude Code with the integrations you need (Notion, Linear, Stripe, whatever). Fulcrum is your window into Claude Code and a literal fulcrum: a small input that moves mountains.
|
|
14
14
|
|
|
15
15
|
**Six pillars:**
|
|
16
16
|
|
package/bin/fulcrum.js
CHANGED
|
@@ -45641,7 +45641,7 @@ async function runMcpServer(urlOverride, portOverride) {
|
|
|
45641
45641
|
const client = new FulcrumClient(urlOverride, portOverride);
|
|
45642
45642
|
const server = new McpServer({
|
|
45643
45643
|
name: "fulcrum",
|
|
45644
|
-
version: "2.4.
|
|
45644
|
+
version: "2.4.2"
|
|
45645
45645
|
});
|
|
45646
45646
|
registerTools(server, client);
|
|
45647
45647
|
const transport = new StdioServerTransport;
|
|
@@ -47990,7 +47990,7 @@ var marketplace_default = `{
|
|
|
47990
47990
|
"name": "fulcrum",
|
|
47991
47991
|
"source": "./",
|
|
47992
47992
|
"description": "Task orchestration for Claude Code",
|
|
47993
|
-
"version": "2.4.
|
|
47993
|
+
"version": "2.4.2",
|
|
47994
47994
|
"skills": [
|
|
47995
47995
|
"./skills/fulcrum"
|
|
47996
47996
|
],
|
|
@@ -49178,7 +49178,7 @@ function compareVersions(v1, v2) {
|
|
|
49178
49178
|
var package_default = {
|
|
49179
49179
|
name: "@knowsuchagency/fulcrum",
|
|
49180
49180
|
private: true,
|
|
49181
|
-
version: "2.4.
|
|
49181
|
+
version: "2.4.2",
|
|
49182
49182
|
description: "Harness Attention. Orchestrate Agents. Ship.",
|
|
49183
49183
|
license: "PolyForm-Perimeter-1.0.0",
|
|
49184
49184
|
type: "module",
|
package/package.json
CHANGED
package/server/index.js
CHANGED
|
@@ -16083,11 +16083,7 @@ function getClaudeCodePathForSdk() {
|
|
|
16083
16083
|
log2.claude.debug("Claude Code executable not found");
|
|
16084
16084
|
return;
|
|
16085
16085
|
}
|
|
16086
|
-
|
|
16087
|
-
log2.claude.debug("Claude Code found in PATH, using default resolution");
|
|
16088
|
-
return;
|
|
16089
|
-
}
|
|
16090
|
-
log2.claude.debug("Claude Code found via custom path", { path: result.path, source: result.source });
|
|
16086
|
+
log2.claude.debug("Claude Code found", { path: result.path, source: result.source });
|
|
16091
16087
|
return result.path;
|
|
16092
16088
|
}
|
|
16093
16089
|
var init_claude_code_path = __esm(() => {
|
|
@@ -463725,7 +463721,7 @@ mcpRoutes.all("/", async (c) => {
|
|
|
463725
463721
|
});
|
|
463726
463722
|
const server = new McpServer({
|
|
463727
463723
|
name: "fulcrum",
|
|
463728
|
-
version: "2.4.
|
|
463724
|
+
version: "2.4.2"
|
|
463729
463725
|
});
|
|
463730
463726
|
const client = new FulcrumClient(`http://localhost:${port}`);
|
|
463731
463727
|
registerTools(server, client);
|