|
377 | 377 | }, |
378 | 378 | "url": { |
379 | 379 | "type": "string", |
380 | | - "description": "URL template for the streamable-http transport. Variables in {curly_braces} reference argument valueHints from 'arguments' array or names from 'environmentVariables' array. If arguments/environmentVariables are not provided, {curly_braces} should be treated as literal text. After variable substitution, this should produce a valid URI.", |
| 380 | + "description": "URL template for the streamable-http transport. Variables in {curly_braces} reference variable names from the 'variables' array. If variables are not provided, {curly_braces} should be treated as literal text. After variable substitution, this should produce a valid URI.", |
381 | 381 | "example": "https://api.example.com/mcp" |
382 | 382 | }, |
383 | 383 | "headers": { |
|
387 | 387 | "$ref": "#/definitions/KeyValueInput" |
388 | 388 | } |
389 | 389 | }, |
390 | | - "arguments": { |
| 390 | + "variables": { |
391 | 391 | "type": "array", |
392 | | - "description": "Arguments that can be referenced in URL template {curly_braces} via their valueHint property", |
393 | | - "items": { |
394 | | - "$ref": "#/definitions/Argument" |
395 | | - } |
396 | | - }, |
397 | | - "environmentVariables": { |
398 | | - "type": "array", |
399 | | - "description": "Environment variables that can be referenced in URL template {curly_braces} via their name property", |
| 392 | + "description": "Configuration variables that can be referenced in URL template {curly_braces} via their name property", |
400 | 393 | "items": { |
401 | 394 | "$ref": "#/definitions/KeyValueInput" |
402 | 395 | } |
|
421 | 414 | "url": { |
422 | 415 | "type": "string", |
423 | 416 | "format": "uri", |
424 | | - "description": "Server-Sent Events endpoint URL template. Variables in {curly_braces} reference argument valueHints from 'arguments' array or names from 'environmentVariables' array. If arguments/environmentVariables are not provided, {curly_braces} should be treated as literal text. After variable substitution, this should produce a valid URI.", |
| 417 | + "description": "Server-Sent Events endpoint URL template. Variables in {curly_braces} reference variable names from the 'variables' array. If variables are not provided, {curly_braces} should be treated as literal text. After variable substitution, this should produce a valid URI.", |
425 | 418 | "example": "https://mcp-fs.example.com/sse" |
426 | 419 | }, |
427 | 420 | "headers": { |
|
431 | 424 | "$ref": "#/definitions/KeyValueInput" |
432 | 425 | } |
433 | 426 | }, |
434 | | - "arguments": { |
435 | | - "type": "array", |
436 | | - "description": "Arguments that can be referenced in URL template {curly_braces} via their valueHint property", |
437 | | - "items": { |
438 | | - "$ref": "#/definitions/Argument" |
439 | | - } |
440 | | - }, |
441 | | - "environmentVariables": { |
| 427 | + "variables": { |
442 | 428 | "type": "array", |
443 | | - "description": "Environment variables that can be referenced in URL template {curly_braces} via their name property", |
| 429 | + "description": "Configuration variables that can be referenced in URL template {curly_braces} via their name property", |
444 | 430 | "items": { |
445 | 431 | "$ref": "#/definitions/KeyValueInput" |
446 | 432 | } |
|
0 commit comments