Skip to content

Support MCP URL Schema #5

@tp6gw94

Description

@tp6gw94

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions