AssistantServiceGetMCPServers Method

Retrieves a list of all MCP servers from the database.

Definition

Namespace: SuperBuilderWinService.Services
Assembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+2093811f3bac5da092b5ce9c8172233582eee4d5
C#
public override Task<GetMCPServersResponse> GetMCPServers(
	GetMCPServersRequest request,
	ServerCallContext context
)

Parameters

request  GetMCPServersRequest
An empty object. Example: {}
context  ServerCallContext
The gRPC call context.

Return Value

TaskGetMCPServersResponse
Example: { "Items": [ { "ServerName": "example-server", "Command": "start", "Args": "--example-args", "Url": "http://example.com", "Env": "production", "Disabled": false } ] }

See Also