The configuration for the server. This includes the Solana RPC URL, WebSocket URL, and commitment level.
Optional
nameThe name of the server. Defaults to "Solana MCP Server".
Optional
toolsA map of tools to bind to the server. Providing the name of any built-in tools will allow them to be registered with the server.
The transport mechanism to use for the server. Can be either StdioServerTransport or SSEServerTransport.
Optional
versionThe version of the server. Defaults to "1.0.0".
Parameters for starting the MCP server.