Skip to content

Commit f779a35

Browse files
committed
chore: add '.tools' suffix to tool files within apps/
1 parent 73e20ae commit f779a35

File tree

27 files changed

+15
-15
lines changed

27 files changed

+15
-15
lines changed

apps/ai-gateway/src/ai-gateway.app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { CloudflareMCPServer } from '@repo/mcp-common/src/server'
1313
import { registerAccountTools } from '@repo/mcp-common/src/tools/account.tools'
1414

1515
import { MetricsTracker } from '../../../packages/mcp-observability/src'
16-
import { registerAIGatewayTools } from './tools/ai-gateway'
16+
import { registerAIGatewayTools } from './tools/ai-gateway.tools'
1717

1818
import type { AuthProps } from '@repo/mcp-common/src/cloudflare-oauth-handler'
1919
import type { Env } from './ai-gateway.context'

apps/auditlogs/src/auditlogs.app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { CloudflareMCPServer } from '@repo/mcp-common/src/server'
1313
import { registerAccountTools } from '@repo/mcp-common/src/tools/account.tools'
1414

1515
import { MetricsTracker } from '../../../packages/mcp-observability/src'
16-
import { registerAuditLogTools } from './tools/auditlogs'
16+
import { registerAuditLogTools } from './tools/auditlogs.tools'
1717

1818
import type { AuthProps } from '@repo/mcp-common/src/cloudflare-oauth-handler'
1919
import type { Env } from './auditlogs.context'

apps/autorag/src/autorag.app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { CloudflareMCPServer } from '@repo/mcp-common/src/server'
1313
import { registerAccountTools } from '@repo/mcp-common/src/tools/account.tools'
1414

1515
import { MetricsTracker } from '../../../packages/mcp-observability/src'
16-
import { registerAutoRAGTools } from './tools/autorag'
16+
import { registerAutoRAGTools } from './tools/autorag.tools'
1717

1818
import type { AuthProps } from '@repo/mcp-common/src/cloudflare-oauth-handler'
1919
import type { Env } from './autorag.context'
File renamed without changes.

apps/browser-rendering/src/browser.app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { CloudflareMCPServer } from '@repo/mcp-common/src/server'
1313
import { registerAccountTools } from '@repo/mcp-common/src/tools/account.tools'
1414

1515
import { MetricsTracker } from '../../../packages/mcp-observability/src'
16-
import { registerBrowserTools } from './tools/browser'
16+
import { registerBrowserTools } from './tools/browser.tools'
1717

1818
import type { AuthProps } from '@repo/mcp-common/src/cloudflare-oauth-handler'
1919
import type { Env } from './browser.context'

apps/cloudflare-one-casb/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is a [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) server that supports remote MCP connections, with Cloudflare OAuth built-in.
44

5-
You should use this as a template to build an MCP server for Cloudflare, provided by Cloudflare at `server-name.mcp.cloudflare.com`. It has a basic set of tools `apps/template-start-here/src/tools/logs.ts` — you can modify these to do what you need
5+
You should use this as a template to build an MCP server for Cloudflare, provided by Cloudflare at `server-name.mcp.cloudflare.com`. It has a basic set of tools `apps/template-start-here/src/tools/logpush.tools.ts` — you can modify these to do what you need
66

77
## Getting Started
88

apps/cloudflare-one-casb/src/cf1-casb.app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { CloudflareMCPServer } from '@repo/mcp-common/src/server'
1313
import { registerAccountTools } from '@repo/mcp-common/src/tools/account.tools'
1414

1515
import { MetricsTracker } from '../../../packages/mcp-observability/src'
16-
import { registerIntegrationsTools } from './tools/integrations'
16+
import { registerIntegrationsTools } from './tools/integrations.tools'
1717

1818
import type { AuthProps } from '@repo/mcp-common/src/cloudflare-oauth-handler'
1919
import type { Env } from './cf1-casb.context'

0 commit comments

Comments
 (0)