Skip to content

Commit a358ef1

Browse files
chore(internal): codegen related update
1 parent 653df20 commit a358ef1

File tree

4 files changed

+0
-69
lines changed

4 files changed

+0
-69
lines changed

packages/mcp-server/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -365,8 +365,3 @@ The following tools are available in this MCP server.
365365

366366
- A full-fledged [upload widget using Uppy](https://github.com/imagekit-samples/uppy-uploader), supporting file selections from local storage, URL, Dropbox, Google Drive, Instagram, and more.
367367
- [Quick start guides](/docs/quick-start-guides) for various frameworks and technologies.
368-
369-
### Resource `webhooks`:
370-
371-
- `unsafe_unwrap_webhooks` (`write`):
372-
- `unwrap_webhooks` (`write`):

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ import list_accounts_url_endpoints from './accounts/url-endpoints/list-accounts-
4646
import delete_accounts_url_endpoints from './accounts/url-endpoints/delete-accounts-url-endpoints';
4747
import get_accounts_url_endpoints from './accounts/url-endpoints/get-accounts-url-endpoints';
4848
import upload_v2_beta_files from './beta/v2/files/upload-v2-beta-files';
49-
import unsafe_unwrap_webhooks from './webhooks/unsafe-unwrap-webhooks';
50-
import unwrap_webhooks from './webhooks/unwrap-webhooks';
5149

5250
export const endpoints: Endpoint[] = [];
5351

@@ -97,8 +95,6 @@ addEndpoint(list_accounts_url_endpoints);
9795
addEndpoint(delete_accounts_url_endpoints);
9896
addEndpoint(get_accounts_url_endpoints);
9997
addEndpoint(upload_v2_beta_files);
100-
addEndpoint(unsafe_unwrap_webhooks);
101-
addEndpoint(unwrap_webhooks);
10298

10399
export type Filter = {
104100
type: 'resource' | 'operation' | 'tag' | 'tool';

packages/mcp-server/src/tools/webhooks/unsafe-unwrap-webhooks.ts

Lines changed: 0 additions & 30 deletions
This file was deleted.

packages/mcp-server/src/tools/webhooks/unwrap-webhooks.ts

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)