We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/macroforge-ts/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
all-options.md•605 B
## All Options
### Container Options (on class/interface)
| `rename_all`
| `string`
| Apply naming convention to all fields
| `deny_unknown_fields`
| `boolean`
| Throw error if JSON has unknown keys
### Field Options (on properties)
| `rename`
| `string`
| Use a different JSON key
| `skip`
| `boolean`
| Exclude from serialization and deserialization
| `skip_deserializing`
| `boolean`
| Exclude from deserialization only
| `default`
| `boolean | string`
| Use TypeScript default or custom expression if missing
| `flatten`
| `boolean`
| Merge nested object fields from parent