@shortcut/mcp 0.6.0 → 0.6.1
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.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -21563,7 +21563,7 @@ var import_client = __toESM(require_lib(), 1);
|
|
|
21563
21563
|
|
|
21564
21564
|
// package.json
|
|
21565
21565
|
var name = "@shortcut/mcp";
|
|
21566
|
-
var version = "0.6.
|
|
21566
|
+
var version = "0.6.1";
|
|
21567
21567
|
|
|
21568
21568
|
// src/tools/base.ts
|
|
21569
21569
|
class BaseTools {
|
|
@@ -21710,7 +21710,7 @@ var formatUsersList = (users) => {
|
|
|
21710
21710
|
};
|
|
21711
21711
|
|
|
21712
21712
|
// src/tools/utils/search.ts
|
|
21713
|
-
var keyRenames = {
|
|
21713
|
+
var keyRenames = { name: "title" };
|
|
21714
21714
|
var mapKeyName = (key) => {
|
|
21715
21715
|
const lowercaseKey = key.toLowerCase();
|
|
21716
21716
|
return keyRenames[lowercaseKey] || lowercaseKey;
|