Error while connecting
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 124
- Forks
- 26
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 5
Description
curl -H 'Accept: application/json, text/event-stream' -H 'Content-Type: application/json' -X POST https://ai.v8std.ru/mcp -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-03-26","capabilities":{},"clientInfo":{"name":"curl","version":"1"}}}'
curl: (6) Could not resolve host: application
curl: (6) Could not resolve host: text
curl: (6) Could not resolve host: application
500 Internal Server Error
nginx
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 reproducing the reported POST request to the https://ai.v8std.ru/mcp MCP endpoint and inspect the initialization request handling. Determine whether the failure is caused by the curl invocation or the endpoint's 500 response; done means the cause is identified and the request succeeds or the failure is clearly documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100