Skip to content

Commit 9604c24

Browse files
authored
Merge branch 'main' into add-systemprompt-client
2 parents 8ce8c4a + 0a4994a commit 9604c24

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
@@ -541,7 +541,7 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
541541
**Key features:**
542542

543543
- **Prompt-to-MCP Server**: Generate fully functional MCP servers from natural language descriptions
544-
- **Self-Testing & Debugging**: Autonomously test, debug, and improve created MCP servers
544+
- **Self-Testing & Debugging**: Autonomously test, debug, and improve created MCP servers
545545
- **Universal MCP Client**: Works with any MCP server through intuitive, natural language integration
546546
- **Curated MCP Directory**: Access to tested, one-click installable MCP servers (Neon, Netlify, GitHub, Context7, and more)
547547
- **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)