Skip to content

Commit 14dc4a4

Browse files
committed
drop hello tool
1 parent 1b922da commit 14dc4a4

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

personal_mcp/index.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,6 @@ const server = new McpServer(
2626
{capabilities: {logging: {}}}
2727
);
2828

29-
server.tool(
30-
'hello',
31-
'Says hello',
32-
Tools.helloSchema.shape,
33-
// {
34-
// title: 'Personal MCP: Hello',
35-
// },
36-
Tools.hello
37-
);
38-
3929
server.tool(
4030
'add_notes',
4131
'You MUST make extensive markdown notes as you go with this tool.',

0 commit comments

Comments
 (0)