@lousy-agents/mcp 5.17.3 → 5.17.5

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.
Files changed (2) hide show
  1. package/dist/mcp-server.js +15 -14
  2. package/package.json +1 -1
@@ -6446,7 +6446,7 @@ module.exports = function equal(a, b) {
6446
6446
 
6447
6447
  },
6448
6448
  8078(module) {
6449
- function webpackEmptyAsyncContext(req) {
6449
+ function __rspack_empty_async_context(req) {
6450
6450
  // Here Promise.resolve().then() is used instead of new Promise() to prevent
6451
6451
  // uncaught exception popping up in devtools
6452
6452
  return Promise.resolve().then(function() {
@@ -6455,10 +6455,10 @@ function webpackEmptyAsyncContext(req) {
6455
6455
  throw e;
6456
6456
  });
6457
6457
  }
6458
- webpackEmptyAsyncContext.keys = () => ([]);
6459
- webpackEmptyAsyncContext.resolve = webpackEmptyAsyncContext;
6460
- webpackEmptyAsyncContext.id = 8078;
6461
- module.exports = webpackEmptyAsyncContext;
6458
+ __rspack_empty_async_context.keys = () => ([]);
6459
+ __rspack_empty_async_context.resolve = __rspack_empty_async_context;
6460
+ __rspack_empty_async_context.id = 8078;
6461
+ module.exports = __rspack_empty_async_context;
6462
6462
 
6463
6463
 
6464
6464
  },
@@ -68932,8 +68932,8 @@ __webpack_require__.r = (exports) => {
68932
68932
  // object to store loaded and loading chunks
68933
68933
  // undefined = chunk not loaded, null = chunk preloaded/prefetched
68934
68934
  // [resolve, Promise] = chunk loading, 0 = chunk loaded
68935
- var installedChunks = {44: 0,};
68936
- var installChunk = (data) => {
68935
+ var moduleInstalledChunks = {44: 0,};
68936
+ var moduleInstallChunk = (data) => {
68937
68937
  var __rspack_esm_ids = data.__rspack_esm_ids;
68938
68938
  var moreModules = data.__webpack_modules__;
68939
68939
  var __rspack_esm_runtime = data.__rspack_esm_runtime;
@@ -68948,17 +68948,17 @@ __webpack_require__.r = (exports) => {
68948
68948
  if (__rspack_esm_runtime) __rspack_esm_runtime(__webpack_require__);
68949
68949
  for (; i < __rspack_esm_ids.length; i++) {
68950
68950
  chunkId = __rspack_esm_ids[i];
68951
- if (__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {
68952
- installedChunks[chunkId][0]();
68951
+ if (__webpack_require__.o(moduleInstalledChunks, chunkId) && moduleInstalledChunks[chunkId]) {
68952
+ moduleInstalledChunks[chunkId][0]();
68953
68953
  }
68954
- installedChunks[__rspack_esm_ids[i]] = 0;
68954
+ moduleInstalledChunks[__rspack_esm_ids[i]] = 0;
68955
68955
  }
68956
68956
 
68957
68957
  };
68958
68958
 
68959
68959
  __webpack_require__.f.j = function (chunkId, promises) {
68960
68960
  // import() chunk loading for javascript
68961
- var installedChunkData = __webpack_require__.o(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;
68961
+ var installedChunkData = __webpack_require__.o(moduleInstalledChunks, chunkId) ? moduleInstalledChunks[chunkId] : undefined;
68962
68962
  if (installedChunkData !== 0) { // 0 means "already installed".'
68963
68963
  // a Promise means "currently loading".
68964
68964
  if (installedChunkData) {
@@ -68966,18 +68966,19 @@ if (installedChunkData !== 0) { // 0 means "already installed".'
68966
68966
  } else {
68967
68967
  if (true) {
68968
68968
  // setup Promise in chunk cache
68969
- var promise = import("./" + __webpack_require__.u(chunkId)).then(installChunk, (e) => {
68970
- if (installedChunks[chunkId] !== 0) installedChunks[chunkId] = undefined;
68969
+ var promise = import("./" + __webpack_require__.u(chunkId)).then(moduleInstallChunk, (e) => {
68970
+ if (moduleInstalledChunks[chunkId] !== 0) moduleInstalledChunks[chunkId] = undefined;
68971
68971
  throw e;
68972
68972
  });
68973
68973
  var promise = Promise.race([promise, new Promise((resolve) => {
68974
- installedChunkData = installedChunks[chunkId] = [resolve];
68974
+ installedChunkData = moduleInstalledChunks[chunkId] = [resolve];
68975
68975
  })]);
68976
68976
  promises.push(installedChunkData[1] = promise);
68977
68977
  }
68978
68978
 
68979
68979
  }
68980
68980
  }
68981
+
68981
68982
  }
68982
68983
  // no external install chunk
68983
68984
  // no on chunks loaded
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lousy-agents/mcp",
3
- "version": "5.17.3",
3
+ "version": "5.17.5",
4
4
  "description": "MCP server for lousy-agents - provides AI coding assistant tools via the Model Context Protocol",
5
5
  "type": "module",
6
6
  "repository": {