nexus-agents 2.63.6 → 2.64.0
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/{chunk-OKU3VXWC.js → chunk-KTL65MHM.js} +2 -2
- package/dist/{chunk-HRTGSG4L.js → chunk-Q3PDQ3FZ.js} +3 -3
- package/dist/{chunk-CUGQAPGY.js → chunk-RLLMWZAE.js} +1040 -443
- package/dist/chunk-RLLMWZAE.js.map +1 -0
- package/dist/cli.js +21 -3
- package/dist/cli.js.map +1 -1
- package/dist/index.d.ts +0 -32
- package/dist/index.js +2 -2
- package/dist/{setup-command-J6QG2G5V.js → setup-command-MDGZYUW5.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-CUGQAPGY.js.map +0 -1
- /package/dist/{chunk-OKU3VXWC.js.map → chunk-KTL65MHM.js.map} +0 -0
- /package/dist/{chunk-HRTGSG4L.js.map → chunk-Q3PDQ3FZ.js.map} +0 -0
- /package/dist/{setup-command-J6QG2G5V.js.map → setup-command-MDGZYUW5.js.map} +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -23819,38 +23819,6 @@ interface ToolRegistrationResult {
|
|
|
23819
23819
|
/** Rate limiter used for tool calls */
|
|
23820
23820
|
readonly rateLimiter: RateLimiter;
|
|
23821
23821
|
}
|
|
23822
|
-
/**
|
|
23823
|
-
* Registers all Nexus Agents tools on the MCP server.
|
|
23824
|
-
*
|
|
23825
|
-
* This function provides infrastructure and logging for tool registration.
|
|
23826
|
-
* Individual tools require their specific dependencies and should be
|
|
23827
|
-
* registered using their respective register functions:
|
|
23828
|
-
*
|
|
23829
|
-
* - `registerOrchestrateTool(server, { orchestrator, logger, rateLimiter })`
|
|
23830
|
-
* - `registerCreateExpertTool(server, { expertFactory, expertRegistry, logger, rateLimiter })`
|
|
23831
|
-
* - `registerRunWorkflowTool(server, { workflowEngine, logger, rateLimiter })`
|
|
23832
|
-
*
|
|
23833
|
-
* **Important:** Pass the `rateLimiter` from the result to each tool's register
|
|
23834
|
-
* function to enable rate limiting. Without it, tools will not be rate limited.
|
|
23835
|
-
*
|
|
23836
|
-
* @param server - The MCP server to register tools on
|
|
23837
|
-
* @param options - Optional configuration for tool registration
|
|
23838
|
-
* @returns Registration result with shared resources (logger, rate limiter)
|
|
23839
|
-
*
|
|
23840
|
-
* @example
|
|
23841
|
-
* ```typescript
|
|
23842
|
-
* const serverResult = createServer();
|
|
23843
|
-
* if (serverResult.ok) {
|
|
23844
|
-
* const { server, logger } = serverResult.value;
|
|
23845
|
-
* const { rateLimiter } = registerTools(server, { logger });
|
|
23846
|
-
*
|
|
23847
|
-
* // Register individual tools with their dependencies and rate limiter
|
|
23848
|
-
* registerOrchestrateTool(server, { orchestrator, logger, rateLimiter });
|
|
23849
|
-
* registerCreateExpertTool(server, { expertFactory, expertRegistry, logger, rateLimiter });
|
|
23850
|
-
* registerRunWorkflowTool(server, { workflowEngine, logger, rateLimiter });
|
|
23851
|
-
* }
|
|
23852
|
-
* ```
|
|
23853
|
-
*/
|
|
23854
23822
|
declare function registerTools(server: McpServer, options?: ToolRegistrationOptions): ToolRegistrationResult;
|
|
23855
23823
|
|
|
23856
23824
|
/**
|
package/dist/index.js
CHANGED
|
@@ -646,7 +646,7 @@ import {
|
|
|
646
646
|
validateWorkflowDependencies,
|
|
647
647
|
withLogging,
|
|
648
648
|
writePredictions
|
|
649
|
-
} from "./chunk-
|
|
649
|
+
} from "./chunk-RLLMWZAE.js";
|
|
650
650
|
import {
|
|
651
651
|
SharedMemoryStore
|
|
652
652
|
} from "./chunk-ED6VQWNG.js";
|
|
@@ -856,7 +856,7 @@ import {
|
|
|
856
856
|
resolveFallback,
|
|
857
857
|
startStdioServer,
|
|
858
858
|
validateNexusEnv
|
|
859
|
-
} from "./chunk-
|
|
859
|
+
} from "./chunk-Q3PDQ3FZ.js";
|
|
860
860
|
import {
|
|
861
861
|
DEFAULTS
|
|
862
862
|
} from "./chunk-6MRF2PE2.js";
|
|
@@ -7,9 +7,9 @@ import {
|
|
|
7
7
|
runWizard,
|
|
8
8
|
setupCommand,
|
|
9
9
|
setupCommandAsync
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-KTL65MHM.js";
|
|
11
11
|
import "./chunk-5CYDU2VX.js";
|
|
12
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-Q3PDQ3FZ.js";
|
|
13
13
|
import "./chunk-6MRF2PE2.js";
|
|
14
14
|
import "./chunk-NUBSJGQZ.js";
|
|
15
15
|
import "./chunk-N36KDK3E.js";
|
|
@@ -30,4 +30,4 @@ export {
|
|
|
30
30
|
setupCommand,
|
|
31
31
|
setupCommandAsync
|
|
32
32
|
};
|
|
33
|
-
//# sourceMappingURL=setup-command-
|
|
33
|
+
//# sourceMappingURL=setup-command-MDGZYUW5.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexus-agents",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.64.0",
|
|
4
4
|
"description": "Intelligent orchestration platform for AI coding tools — routes tasks to the best model, learns from outcomes, and enforces quality through multi-model consensus",
|
|
5
5
|
"mcpName": "io.github.williamzujkowski/nexus-agents",
|
|
6
6
|
"license": "MIT",
|