autorouter-mcp 0.2.2 → 0.2.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/cli.js +2 -2
- package/package.json +1 -1
- package/server.json +2 -2
package/dist/cli.js
CHANGED
|
@@ -9054,7 +9054,7 @@ import { join as join11 } from "node:path";
|
|
|
9054
9054
|
import { stat as stat2 } from "node:fs/promises";
|
|
9055
9055
|
|
|
9056
9056
|
// src/catalog/types.ts
|
|
9057
|
-
var CATALOG_VERSION =
|
|
9057
|
+
var CATALOG_VERSION = 5;
|
|
9058
9058
|
function estimateTokens(...parts) {
|
|
9059
9059
|
let chars = 0;
|
|
9060
9060
|
for (const part of parts) {
|
|
@@ -22712,7 +22712,7 @@ function summarizeScopes(scope, limit = 6) {
|
|
|
22712
22712
|
}
|
|
22713
22713
|
|
|
22714
22714
|
// src/cli.ts
|
|
22715
|
-
var VERSION2 = "0.2.
|
|
22715
|
+
var VERSION2 = "0.2.3";
|
|
22716
22716
|
var USAGE = `autorouter — one search tool instead of every tool
|
|
22717
22717
|
|
|
22718
22718
|
autorouter serve Run as an MCP server over stdio (default)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "autorouter-mcp",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "One search tool instead of every tool: an MCP capability router for Claude Code, Codex, Cursor and anything else that speaks MCP.",
|
|
5
5
|
"mcpName": "io.github.Webb-Ventures/autorouter",
|
|
6
6
|
"license": "MIT",
|
package/server.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "io.github.Webb-Ventures/autorouter",
|
|
4
4
|
"title": "autorouter",
|
|
5
5
|
"description": "An MCP capability router: one search tool instead of every server's tool schema.",
|
|
6
|
-
"version": "0.2.
|
|
6
|
+
"version": "0.2.3",
|
|
7
7
|
"websiteUrl": "https://github.com/Webb-Ventures/autorouter",
|
|
8
8
|
"repository": {
|
|
9
9
|
"url": "https://github.com/Webb-Ventures/autorouter",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"registryType": "npm",
|
|
15
15
|
"registryBaseUrl": "https://registry.npmjs.org",
|
|
16
16
|
"identifier": "autorouter-mcp",
|
|
17
|
-
"version": "0.2.
|
|
17
|
+
"version": "0.2.3",
|
|
18
18
|
"transport": { "type": "stdio" },
|
|
19
19
|
"packageArguments": [{ "type": "positional", "value": "serve" }],
|
|
20
20
|
"environmentVariables": [
|