MCP exports - MCP server implementation Split from index.ts for file size compliance (Issue #285) Updated Issue #538: Added missing tool registration exports
Creates a successful tool result.
The result text
A ToolResult with the text content
return toolSuccess(JSON.stringify({ status: 'ok', data: result })); Copy
return toolSuccess(JSON.stringify({ status: 'ok', data: result }));
MCP exports - MCP server implementation Split from index.ts for file size compliance (Issue #285) Updated Issue #538: Added missing tool registration exports