Skip to content

Commit 470f188

Browse files
committed
fix inputs
1 parent d51b725 commit 470f188

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ Key guidelines:
135135
annotations: {
136136
readOnlyHint: true,
137137
},
138-
inputSchema: {},
139138
outputSchema: {
140139
guide: z.string(),
141140
},
@@ -195,7 +194,6 @@ This approach allows for direct side-by-side comparisons of different targets us
195194
annotations: {
196195
readOnlyHint: true,
197196
},
198-
inputSchema: {},
199197
outputSchema: {
200198
helpText: z.string(),
201199
},
@@ -298,7 +296,6 @@ For more information, visit: https://www.globalping.io
298296
annotations: {
299297
readOnlyHint: true,
300298
},
301-
inputSchema: {},
302299
outputSchema: {
303300
authenticated: z.boolean(),
304301
status: z.string(),

src/mcp/tools.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,6 @@ export function registerGlobalpingTools(agent: GlobalpingMCP, getToken: () => st
561561
annotations: {
562562
readOnlyHint: true,
563563
},
564-
inputSchema: {},
565564
outputSchema: {
566565
totalProbes: z.number(),
567566
continents: z.array(
@@ -658,7 +657,6 @@ export function registerGlobalpingTools(agent: GlobalpingMCP, getToken: () => st
658657
annotations: {
659658
readOnlyHint: true,
660659
},
661-
inputSchema: {},
662660
outputSchema: {
663661
authenticated: z.boolean(),
664662
rateLimit: z.object({

0 commit comments

Comments
 (0)