provideMcpServerDefinitions
abstract fun provideMcpServerDefinitions(token: CancellationToken): ProviderResult<ReadonlyArray<T>>(source)
Provides available MCP servers. The editor will call this method eagerly to ensure the availability of servers for the language model, and so extensions should not take actions which would require user interaction, such as authentication.
Parameters
token
A cancellation token.