Skip to content

Commit dd36e1d

Browse files
JeymzCopilot
andauthored
Update src/mcp_tools/list_prompts.js
Convert to plain object syntax to maintain consistency across other tools. Will address in a future update. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6902f33 commit dd36e1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mcp_tools/list_prompts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function list_prompts(server) {
88
{
99
title: 'List Prompts',
1010
description: 'A tool to list all available prompts',
11-
inputSchema: z.object({}),
11+
inputSchema: {},
1212
},
1313
async () => {
1414
logger.info('List prompts tool called', {

0 commit comments

Comments
 (0)