@papyruslabsai/seshat-mcp 0.16.6 → 0.16.7
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -292,7 +292,7 @@ const TOOLS = [
|
|
|
292
292
|
{
|
|
293
293
|
name: 'find_dead_code',
|
|
294
294
|
title: 'Find Dead Code',
|
|
295
|
-
description: 'Find functions that nothing calls. Walks the call graph from all entry points (routes, exports, tests) and flags symbols that are unreachable. Use this during cleanup or before a release to find safe deletion candidates.
|
|
295
|
+
description: 'Find functions that nothing calls. Walks the call graph from all entry points (routes, exports, tests) and flags symbols that are unreachable. Use this during cleanup or before a release to find safe deletion candidates.',
|
|
296
296
|
inputSchema: {
|
|
297
297
|
type: 'object',
|
|
298
298
|
properties: {
|
package/package.json
CHANGED