# MCP Server configuration options

This section details the available configuration options for MCP servers. All configuration is managed in the `gen.yaml` file under the `mcp-typescript` section.

## Response validation

```yml
mcp-typescript:
  validateResponse: false
```

## MCPB manifest overlay

You can customize the generated MCP Bundle (MCPB) manifest through the `gen.yaml` configuration file.

```yml
mcp-typescript:
  mcpbManifestOverlay:
    icon: "https://example.com/my-icon.png"
    displayName: "My Custom API Tools"
    description: "Custom description for my MCP server"
    version: "1.0.0"
```
