@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-
|
|
9
|
-
<link rel="stylesheet" crossorigin href="/assets/index-
|
|
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
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.
|
|
139587
|
+
version: "2.2.2"
|
|
139588
139588
|
});
|
|
139589
139589
|
const client = new FulcrumClient(`http://localhost:${port}`);
|
|
139590
139590
|
registerTools(server, client);
|
|
File without changes
|