@smartbear/mcp 0.13.4 → 0.13.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/package.json.js
CHANGED
|
@@ -133,7 +133,7 @@ const TOOLS = [
|
|
|
133
133
|
handler: "scanStandardization"
|
|
134
134
|
},
|
|
135
135
|
{
|
|
136
|
-
title: "Create API from Prompt
|
|
136
|
+
title: "Create API from Prompt",
|
|
137
137
|
summary: "Generate and save an API definition based on a prompt using SmartBear AI. This tool automatically applies organization governance and standardization rules during API generation. The specType parameter determines the format of the generated definition. Use: 'openapi20' for OpenAPI 2.0, 'openapi30x' for OpenAPI 3.0.x, 'openapi31x' for OpenAPI 3.1.x, 'asyncapi2xx' for AsyncAPI 2.x, 'asyncapi30x' for AsyncAPI 3.0.x. Use this tool when creating APIs that comply with governance policies or when generating APIs from natural language descriptions. Use this tool when users ask to create, generate, or design APIs with governance or standardization requirements. Returns HTTP 201 for creation, HTTP 200 for update. Response includes 'operation' field indicating whether it was a 'create' or 'update' operation along with API details and SwaggerHub URL.",
|
|
138
138
|
inputSchema: CreateApiFromPromptParamsSchema,
|
|
139
139
|
handler: "createApiFromPrompt"
|