Server names

Specify custom names for servers:

openrpc.yml
1servers:
2 - name: production
3 url: https://api.yourcompany.com/rpc
4 x-fern-server-name: Production
5 description: Production JSON-RPC server
6 - name: staging
7 url: https://staging-api.yourcompany.com/rpc
8 x-fern-server-name: Staging
9 description: Staging environment