Skip to content

Commit 92ba516

Browse files
stainless-app[bot]batuhan
authored andcommitted
feat(api): update via SDK Studio
1 parent 648c762 commit 92ba516

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 11
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/beeper%2Fbeeper-desktop-api-54f86eb1bfab2924ae119521878ce7d58611b34a545f90785012bbb8dc834a7e.yml
33
openapi_spec_hash: 4a5284590c2632f7064c855a51549069
4-
config_hash: e45e475f892b09fc030dd0b592ad488a
4+
config_hash: 7dc381def4ce8ae02ec03672ffc66fa1

packages/mcp-server/src/dynamic-tools.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export function dynamicTools(endpoints: Endpoint[]): Endpoint[] {
3838
},
3939
tool: {
4040
name: 'list_api_endpoints',
41-
description: 'List or search for all endpoints in the TypeScript SDK for Beeper Desktop API API',
41+
description: 'List or search for all endpoints in the TypeScript SDK for Beeper Desktop API',
4242
inputSchema: zodToInputSchema(listEndpointsSchema),
4343
},
4444
handler: async (
@@ -85,7 +85,7 @@ export function dynamicTools(endpoints: Endpoint[]): Endpoint[] {
8585
tool: {
8686
name: 'get_api_endpoint_schema',
8787
description:
88-
'Get the schema for an endpoint in the TypeScript SDK for Beeper Desktop API API. You can use the schema returned by this tool to invoke an endpoint with the `invoke_api_endpoint` tool.',
88+
'Get the schema for an endpoint in the TypeScript SDK for Beeper Desktop API. You can use the schema returned by this tool to invoke an endpoint with the `invoke_api_endpoint` tool.',
8989
inputSchema: zodToInputSchema(getEndpointSchema),
9090
},
9191
handler: async (client: BeeperDesktop, args: Record<string, unknown> | undefined) => {
@@ -120,7 +120,7 @@ export function dynamicTools(endpoints: Endpoint[]): Endpoint[] {
120120
tool: {
121121
name: 'invoke_api_endpoint',
122122
description:
123-
'Invoke an endpoint in the TypeScript SDK for Beeper Desktop API API. Note: use the `list_api_endpoints` tool to get the list of endpoints and `get_api_endpoint_schema` tool to get the schema for an endpoint.',
123+
'Invoke an endpoint in the TypeScript SDK for Beeper Desktop API. Note: use the `list_api_endpoints` tool to get the list of endpoints and `get_api_endpoint_schema` tool to get the schema for an endpoint.',
124124
inputSchema: zodToInputSchema(invokeEndpointSchema),
125125
},
126126
handler: async (

0 commit comments

Comments
 (0)