@knowsuchagency/fulcrum 2.1.2 → 2.1.3

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,7 +5,7 @@
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-CTJr_2kH.js"></script>
8
+ <script type="module" crossorigin src="/assets/index-C4NsqES9.js"></script>
9
9
  <link rel="stylesheet" crossorigin href="/assets/index-CfceOiKj.css">
10
10
  </head>
11
11
  <body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knowsuchagency/fulcrum",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "description": "Harness Attention. Orchestrate Agents. Ship.",
5
5
  "license": "PolyForm-Perimeter-1.0.0",
6
6
  "repository": {
package/server/index.js CHANGED
@@ -105286,7 +105286,7 @@ mcpRoutes.all("/", async (c) => {
105286
105286
  });
105287
105287
  const server = new McpServer({
105288
105288
  name: "fulcrum",
105289
- version: "2.1.2"
105289
+ version: "2.1.3"
105290
105290
  });
105291
105291
  const client = new FulcrumClient(`http://localhost:${port}`);
105292
105292
  registerTools(server, client);