changedInput schema / oneOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "bootstrapChallenge": {
- "description": "S256 challenge returned by project prepare. The verifier remains only in the local credential store.",
- "pattern": "^[A-Za-z0-9_-]{43}$",
- "type": "string"
- },
- "bootstrapRequestId": {
- "description": "Non-secret local request ID returned by project prepare. Claude Code only.",
- "pattern": "^claim_[A-Za-z0-9_-]{20,80}$",
- "type": "string"
- },
- "client": {
- "description": "Target MCP client for @spala-ai/mcp-install. Omit to receive client_selection_required without an executable mutation plan.",
- "enum": [
- "codex",
- "roo",
- "claude-code",
- "cursor",
- "a2a"
- ],
- "type": "string"
- },
- "projectId": {
- "description": "Exact Spala project ID. Mutually exclusive with subdomain.",
- "maxLength": 256,
- "minLength": 1,
- "type": "string"
- }
- },
- "required": [
- "projectId"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "bootstrapChallenge": {
- "description": "S256 challenge returned by project prepare. The verifier remains only in the local credential store.",
- "pattern": "^[A-Za-z0-9_-]{43}$",
- "type": "string"
- },
- "bootstrapRequestId": {
- "description": "Non-secret local request ID returned by project prepare. Claude Code only.",
- "pattern": "^claim_[A-Za-z0-9_-]{20,80}$",
- "type": "string"
- },
- "client": {
- "description": "Target MCP client for @spala-ai/mcp-install. Omit to receive client_selection_required without an executable mutation plan.",
- "enum": [
- "codex",
- "roo",
- "claude-code",
- "cursor",
- "a2a"
- ],
- "type": "string"
- },
- "organizationId": {
- "description": "Optional organization ID returned for the signed-in account.",
- "maxLength": 256,
- "minLength": 1,
- "type": "string"
- },
- "subdomain": {
- "description": "Exact project subdomain returned by the Spala projects API. Mutually exclusive with projectId.",
- "maxLength": 256,
- "minLength": 1,
- "type": "string"
- }
- },
- "required": [
- "subdomain"
- ],
- "type": "object"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "bootstrapChallenge": {
+ "description": "S256 challenge returned by project prepare. The verifier remains only in the local credential store.",
+ "pattern": "^[A-Za-z0-9_-]{43}$",
+ "type": "string"
+ },
+ "bootstrapRequestId": {
+ "description": "Non-secret local request ID returned by project prepare. Claude Code only.",
+ "pattern": "^claim_[A-Za-z0-9_-]{20,80}$",
+ "type": "string"
+ },
+ "client": {
+ "description": "Target MCP client for @spala-ai/mcp-install. Omit to receive client_selection_required without an executable mutation plan.",
+ "enum": [
+ "codex",
+ "roo",
+ "claude-code",
+ "cursor",
+ "a2a"
+ ],
+ "type": "string"
+ },
+ "profile": {
+ "description": "Optional project MCP tool profile. full preserves the complete compatibility surface; guided exposes the compact build-and-test surface. Defaults to full.",
+ "enum": [
+ "full",
+ "guided"
+ ],
+ "type": "string"
+ },
+ "projectId": {
+ "description": "Exact Spala project ID. Mutually exclusive with subdomain.",
+ "maxLength": 256,
+ "minLength": 1,
+ "type": "string"
+ }
+ },
+ "required": [
+ "projectId"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "bootstrapChallenge": {
+ "description": "S256 challenge returned by project prepare. The verifier remains only in the local credential store.",
+ "pattern": "^[A-Za-z0-9_-]{43}$",
+ "type": "string"
+ },
+ "bootstrapRequestId": {
+ "description": "Non-secret local request ID returned by project prepare. Claude Code only.",
+ "pattern": "^claim_[A-Za-z0-9_-]{20,80}$",
+ "type": "string"
+ },
+ "client": {
+ "description": "Target MCP client for @spala-ai/mcp-install. Omit to receive client_selection_required without an executable mutation plan.",
+ "enum": [
+ "codex",
+ "roo",
+ "claude-code",
+ "cursor",
+ "a2a"
+ ],
+ "type": "string"
+ },
+ "organizationId": {
+ "description": "Optional organization ID returned for the signed-in account.",
+ "maxLength": 256,
+ "minLength": 1,
+ "type": "string"
+ },
+ "profile": {
+ "description": "Optional project MCP tool profile. full preserves the complete compatibility surface; guided exposes the compact build-and-test surface. Defaults to full.",
+ "enum": [
+ "full",
+ "guided"
+ ],
+ "type": "string"
+ },
+ "subdomain": {
+ "description": "Exact project subdomain returned by the Spala projects API. Mutually exclusive with projectId.",
+ "maxLength": 256,
+ "minLength": 1,
+ "type": "string"
+ }
+ },
+ "required": [
+ "subdomain"
+ ],
+ "type": "object"
+ }
+]