Type
feature
Description
This is the current definition of McpServerProperty:
export interface McpServerProperty {
readonly command: string;
readonly args?: string[];
readonly env?: Record<string, string>;
readonly timeout?: number;
}
According to the documentation, it should also be possible to use a remote MCP server. I would like to ask whether support for remote MCP servers is currently in progress or planned. If not, would you be open to a PR that extends McpServerProperty (or related constructs) to support a remote configuration as described in the docs?
Additional context
https://kiro.dev/docs/cli/mcp/configuration/#remote-server
Type
feature
Description
This is the current definition of
McpServerProperty:According to the documentation, it should also be possible to use a remote MCP server. I would like to ask whether support for remote MCP servers is currently in progress or planned. If not, would you be open to a PR that extends
McpServerProperty(or related constructs) to support a remote configuration as described in the docs?Additional context
https://kiro.dev/docs/cli/mcp/configuration/#remote-server