Skip to content

Commit 41037eb

Browse files
committed
Fix formatting
1 parent 94755d1 commit 41037eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ The schema is restricted to these primitive types:
232232
"description": "Description text",
233233
"minLength": 3,
234234
"maxLength": 50,
235-
"format": "email" // Supported: "email", "uri", "date", "date-time"
235+
"format": "email" // Supported: "email", "uri", "date", "date-time"
236236
}
237237
```
238238

0 commit comments

Comments
 (0)