This commit is contained in:
KS Jannette
2026-02-18 06:58:44 -05:00
parent 68e48b2345
commit 1094f9c972
7 changed files with 3 additions and 1 deletions

0
src/McpServer.ts Normal file
View File

View File

@@ -803,7 +803,7 @@ server.registerTool(
); );
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------
// Start server // Import and Start server
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------
async function main(): Promise<void> { async function main(): Promise<void> {
const transport = new StdioServerTransport(); const transport = new StdioServerTransport();

View File

View File

@@ -0,0 +1 @@
//lines 701 - 804 from index.tz

1
src/tools/tools-email.ts Normal file
View File

@@ -0,0 +1 @@
//lines 265 - 523 index.ts

View File