@knowsuchagency/fulcrum 2.16.0 → 2.16.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/bin/fulcrum.js
CHANGED
|
@@ -45795,7 +45795,7 @@ var init_email = __esm(() => {
|
|
|
45795
45795
|
var ChannelSchema, registerAssistantTools = (server, client) => {
|
|
45796
45796
|
server.tool("message", "Send a message to a messaging channel (WhatsApp, Discord, Telegram, Slack). Use this to reply to messages or send proactive communications. For email, use create_gmail_draft instead.", {
|
|
45797
45797
|
channel: ChannelSchema.describe("Target channel: whatsapp, discord, telegram, slack, or all"),
|
|
45798
|
-
to: exports_external.string().describe("Recipient
|
|
45798
|
+
to: exports_external.optional(exports_external.string()).describe("Recipient identifier. Optional \u2014 if omitted, auto-resolves to the channel's primary user."),
|
|
45799
45799
|
body: exports_external.string().describe("Message content"),
|
|
45800
45800
|
subject: exports_external.optional(exports_external.string()).describe("Email subject (for email channel only)"),
|
|
45801
45801
|
replyToMessageId: exports_external.optional(exports_external.string()).describe("Message ID to reply to (for threading)"),
|
|
@@ -46247,7 +46247,7 @@ async function runMcpServer(urlOverride, portOverride) {
|
|
|
46247
46247
|
const client = new FulcrumClient(urlOverride, portOverride);
|
|
46248
46248
|
const server = new McpServer({
|
|
46249
46249
|
name: "fulcrum",
|
|
46250
|
-
version: "2.16.
|
|
46250
|
+
version: "2.16.2"
|
|
46251
46251
|
});
|
|
46252
46252
|
registerTools(server, client);
|
|
46253
46253
|
const transport = new StdioServerTransport;
|
|
@@ -48596,7 +48596,7 @@ var marketplace_default = `{
|
|
|
48596
48596
|
"name": "fulcrum",
|
|
48597
48597
|
"source": "./",
|
|
48598
48598
|
"description": "Task orchestration for Claude Code",
|
|
48599
|
-
"version": "2.16.
|
|
48599
|
+
"version": "2.16.2",
|
|
48600
48600
|
"skills": [
|
|
48601
48601
|
"./skills/fulcrum"
|
|
48602
48602
|
],
|
|
@@ -49784,7 +49784,7 @@ function compareVersions(v1, v2) {
|
|
|
49784
49784
|
var package_default = {
|
|
49785
49785
|
name: "@knowsuchagency/fulcrum",
|
|
49786
49786
|
private: true,
|
|
49787
|
-
version: "2.16.
|
|
49787
|
+
version: "2.16.2",
|
|
49788
49788
|
description: "Harness Attention. Orchestrate Agents. Ship.",
|
|
49789
49789
|
license: "PolyForm-Perimeter-1.0.0",
|
|
49790
49790
|
type: "module",
|