Unclear docs re: running server in sse mode
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 204
- Forks
- 85
- PR merge metrics
- No merged PRs in 30d
Description
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"
}
}
}
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by finding the documentation section that currently shows python server.py, then compare it with the src/server.py --transport sse command and the SSE IDE configuration shown in the issue. Done means the docs explicitly identify the default stdio mode and explain how to start the server in SSE mode.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100