()
| 1784 | : undefined, |
| 1785 | alwaysLoad: tool._meta?.['anthropic/alwaysLoad'] === true, |
| 1786 | async description() { |
| 1787 | return tool.description ?? '' |
| 1788 | }, |
| 1789 | async prompt() { |
| 1790 | const desc = tool.description ?? '' |
| 1791 | return desc.length > MAX_MCP_DESCRIPTION_LENGTH |
nothing calls this directly
no outgoing calls
no test coverage detected