Skip to content

UI: use modern host syntax #512

@howardjohn

Description

@howardjohn

Bad legacy config, subtly broken and confusing to users, that the UI currently produces:

      - mcp:
          targets:
          - name: notion
            mcp:
              host: https
              port: 443
              path: mcp.notion.com

(The reason is its verbose, but most importantly does not do TLS)

Nice config that users should user, that the UI should produce:

    - backends:
      - mcp:
          targets:
          - name: notion
            mcp:
              host: https://mcp.notion.com/mcp

Metadata

Metadata

Assignees

Labels

UIUI related issueshelp wantedExtra attention is needed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions