Parameters
+| Name | +In | +Type | +Required | +Description | +
|---|---|---|---|---|
| + {p.name} + | +
+ |
+
+
+
+ |
+ + {p.required ? ( + required + ) : ( + optional + )} + | +
+
+ {p.description && {p.description}}
+ {enumVals && enumVals.length > 0 && (
+
+
+ enum:
+ {enumVals.map((v, j) => (
+
+ )}
+ {p.schema?.default !== undefined && (
+
+ {String(v)}
+
+ ))}
+
+ default:
+ )}
+ {JSON.stringify(p.schema.default)}
+ |
+
{name}
+
+ {String(v)}
+
+ ))}
+ {JSON.stringify(prop.default)}
+ + Request Body + {body.required && required} +
++ Request Body + {body.required && required} +
+ {body.description && ( +{body.description}
+ )} + {contentTypes.map(([contentType, media]) => ( +{contentType}
+ Responses
+{contentType}
+ )}
+ API Key — save it now
-{result.apiKey}
- Welcome! Generate an API key to start using MCP services.
+You'll need an API key to connect your LLM client to your projects.
+