Skip to content

Unclear docs re: running server in sse mode #19

@gakowalski

Description

@gakowalski

Docs state that all you have to do to run the server is:

python server.py

...but without any info that it starts the server in stdio mode.

To run in sse mode you have to:

python src/server.py --transport sse

Then this part of docs works as intended inside the IDE:

{
  "servers": {
    "mariadb-mcp-server": {
      "url": "http://{host}:9001/sse",
      "type": "sse"
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions