get_best_practices
Retrieve best practices for MCP server development. Optionally filter by topic such as security, testing, or tool design to obtain targeted guidance.
Instructions
Get MCP server development best practices
Args: topic: Optional specific topic (e.g., "progressive_disclosure", "tool_design", "control_flow", "security", "state_management", "testing"). If None, returns all best practices.
Returns: JSON string with best practices information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |