@knowsuchagency/fulcrum 2.2.0 → 2.2.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/dist/index.html CHANGED
@@ -5,8 +5,8 @@
5
5
  <link rel="icon" type="image/png" href="/logo.png" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
7
  <title>Fulcrum</title>
8
- <script type="module" crossorigin src="/assets/index-DU2wCjcL.js"></script>
9
- <link rel="stylesheet" crossorigin href="/assets/index-DVk8ONA5.css">
8
+ <script type="module" crossorigin src="/assets/index-CteRAzzl.js"></script>
9
+ <link rel="stylesheet" crossorigin href="/assets/index-DSVDfUMs.css">
10
10
  </head>
11
11
  <body>
12
12
  <div id="root"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knowsuchagency/fulcrum",
3
- "version": "2.2.0",
3
+ "version": "2.2.2",
4
4
  "description": "Harness Attention. Orchestrate Agents. Ship.",
5
5
  "license": "PolyForm-Perimeter-1.0.0",
6
6
  "repository": {
package/server/index.js CHANGED
@@ -139584,7 +139584,7 @@ mcpRoutes.all("/", async (c) => {
139584
139584
  });
139585
139585
  const server = new McpServer({
139586
139586
  name: "fulcrum",
139587
- version: "2.2.0"
139587
+ version: "2.2.2"
139588
139588
  });
139589
139589
  const client = new FulcrumClient(`http://localhost:${port}`);
139590
139590
  registerTools(server, client);