Skip to content

Commit ffb0e40

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

File tree

5 files changed

+7
-0
lines changed

5 files changed

+7
-0
lines changed

specs/query-suggestions/paths/getConfigurationStatus.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ get:
22
tags:
33
- configurations
44
operationId: getConfigStatus
5+
x-mcp-tool: true
56
x-acl:
67
- settings
78
summary: Retrieve configuration status

specs/query-suggestions/paths/getLogFile.yml

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

specs/query-suggestions/paths/qsConfig.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ get:
22
tags:
33
- configurations
44
operationId: getConfig
5+
x-mcp-tool: true
56
x-acl:
67
- settings
78
summary: Retrieve a configuration
@@ -26,6 +27,7 @@ put:
2627
tags:
2728
- configurations
2829
operationId: updateConfig
30+
x-mcp-tool: true
2931
x-acl:
3032
- editSettings
3133
summary: Update a configuration

specs/query-suggestions/paths/qsConfigs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ get:
22
tags:
33
- configurations
44
operationId: getAllConfigs
5+
x-mcp-tool: true
56
x-acl:
67
- settings
78
summary: List configurations
@@ -22,6 +23,7 @@ post:
2223
tags:
2324
- configurations
2425
operationId: createConfig
26+
x-mcp-tool: true
2527
x-acl:
2628
- editSettings
2729
summary: Create a configuration

specs/search/paths/objects/partialUpdate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ post:
22
tags:
33
- Records
44
operationId: partialUpdateObject
5+
x-mcp-tool: true
56
x-acl:
67
- addObject
78
summary: Add or update attributes

0 commit comments

Comments
 (0)