We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edac50a commit 7298564Copy full SHA for 7298564
1 file changed
src/tools/api_search.ts
@@ -13,7 +13,7 @@ server.registerTool('api_search', {
13
name: z.string().describe('The name of the cache entry'),
14
resources: z.array(z.object({
15
name: z.string().describe('The name of the resource'),
16
- resourceType: z.enum(['query', 'mutation', 'subscription']).describe('The type of GraphQL resource'),
+ resourceType: z.string().describe('The type of API resource'),
17
description: z.string().describe('Context or description of the resource'),
18
details: z.object({
19
request: z.string().describe('The request structure or input parameters for the API method').optional(),
0 commit comments