Skip to content

Commit 8618175

Browse files
Merge branch 'main' into docs/tool-name-conflicts
2 parents ff4acd3 + 0a4994a commit 8618175

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/clients.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
539539
**Key features:**
540540

541541
- **Prompt-to-MCP Server**: Generate fully functional MCP servers from natural language descriptions
542-
- **Self-Testing & Debugging**: Autonomously test, debug, and improve created MCP servers
542+
- **Self-Testing & Debugging**: Autonomously test, debug, and improve created MCP servers
543543
- **Universal MCP Client**: Works with any MCP server through intuitive, natural language integration
544544
- **Curated MCP Directory**: Access to tested, one-click installable MCP servers (Neon, Netlify, GitHub, Context7, and more)
545545
- **Multi-Server Orchestration**: Leverage multiple MCP servers simultaneously for complex workflows

docs/specification/2025-06-18/client/elicitation.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,7 @@ The schema is restricted to these primitive types:
232232
"description": "Description text",
233233
"minLength": 3,
234234
"maxLength": 50,
235-
"pattern": "^[A-Za-z]+$",
236-
"format": "email"
235+
"format": "email" // Supported: "email", "uri", "date", "date-time"
237236
}
238237
```
239238

0 commit comments

Comments
 (0)