Skip to content

Commit a0ccb16

Browse files
committed
chore: flag mcp tool
1 parent f0d4da5 commit a0ccb16

File tree

21 files changed

+22
-3
lines changed

21 files changed

+22
-3
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
type: minimal
162162

163163
- name: Building specs
164-
run: yarn cli build specs
164+
run: yarn cli build specs -s
165165

166166
- name: Store bundled specs
167167
uses: actions/upload-artifact@v4
@@ -545,7 +545,7 @@ jobs:
545545
type: minimal
546546

547547
- name: Generate documentation specs with code snippets
548-
run: yarn cli build specs --docs
548+
run: yarn cli build specs --docs -s
549549

550550
- name: Read benchmark results
551551
id: benchmark

specs/abtesting/paths/abtests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ get:
5757
tags:
5858
- abtest
5959
operationId: listABTests
60+
x-mcp-tool: true
6061
x-acl:
6162
- analytics
6263
summary: List all A/B tests

specs/analytics/paths/search/getNoResultsRate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ get:
22
tags:
33
- search
44
operationId: getNoResultsRate
5+
x-mcp-tool: true
56
x-acl:
67
- analytics
78
summary: Retrieve no results rate

specs/analytics/paths/search/getTopHits.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ get:
22
tags:
33
- search
44
operationId: getTopHits
5+
x-mcp-tool: true
56
x-acl:
67
- analytics
78
summary: Retrieve top search results

specs/analytics/paths/search/getTopSearches.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ get:
22
tags:
33
- search
44
operationId: getTopSearches
5+
x-mcp-tool: true
56
x-acl:
67
- analytics
78
summary: Retrieve top searches

specs/ingestion/paths/destinations/destinations.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ get:
44
summary: List destinations
55
description: Retrieves a list of destinations.
66
operationId: listDestinations
7+
x-mcp-tool: true
78
x-acl:
89
- addObject
910
- deleteIndex

specs/ingestion/paths/sources/sources.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ get:
44
summary: List sources
55
description: Retrieves a list of sources.
66
operationId: listSources
7+
x-mcp-tool: true
78
x-acl:
89
- addObject
910
- deleteIndex

specs/ingestion/paths/tasks/v2/tasks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ get:
44
summary: List tasks
55
description: Retrieves a list of tasks.
66
operationId: listTasks
7+
x-mcp-tool: true
78
x-acl:
89
- addObject
910
- deleteIndex

specs/ingestion/paths/transformations/transformations.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ get:
44
summary: List transformations
55
description: Retrieves a list of transformations.
66
operationId: listTransformations
7+
x-mcp-tool: true
78
x-acl:
89
- addObject
910
- deleteIndex

specs/monitoring/paths/getClusterStatus.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ get:
22
summary: Retrieve cluster status
33
description: Retrieves the status of selected clusters.
44
operationId: getClusterStatus
5+
x-mcp-tool: true
56
tags:
67
- status
78
security: []

0 commit comments

Comments
 (0)