Conversation
34fa936 to
02eb65e
Compare
Amper
left a comment
There was a problem hiding this comment.
A few comments after a quick glance. I'll take a closer look tomorrow.
|
@Amper I resolved comments you left. Do you have any additional comments/concerns? |
|
I reviewed the code and have no comments (I cannot verify the logic, as I have no knowledge of VMAnomaly). |
|
i'm not sure that removing SSE is good idea, because when i checked a couple months ago there still were several clients that support only SSE and doesn't support streamable HTTP |
In the vmanomaly team, we discussed that SSE transport is becoming unsupported and that all popular clients already support streamable HTTP. Therefore, for the new MCP server release, we could choose not to support the legacy SSE transport. TBH, it isn't very hard to support SSE since mcp-go still handles it. Maybe we should plan to deprecate SSE in the future, only once/if mcp-go decides to exclude it from the default transport options. So users with older clients versions or cleints with poor maintaince, may also use our MCP. @fred-navruzov what do you think? |
7a5a2d2 to
0120bfb
Compare
|
@Amper thanks for highlighting the possible problem with SSE mode for our clients. I've restored support for it, but I added a note to the README that HTTP is preferred and mentioned the possible future deprecation of SSE transport. We are ready to merge and release the first version. Once I merge it into main, can we transfer the ownership of this repo to Seems I need permissions to create repos here
Or instead, I can transfer it for you @Amper , and u then transfer it to What works better? Or we should ask someone else for the help with this transfering? |
622e256 to
df8ebf0
Compare
|
@galic-vlad i've just sent you invitation to the organization:
|
30e298a to
5fa12ee
Compare


Init
mcp-vmanomalyCreate
mcp-vmanomalyMCP server with a structurte similar to mcp-victoriametrics