Cliff Hall
Cliff Hall
Resource subscriptions are already supported (one of the first features I added). Server has to support subscriptions, try the Everything server. I also added support there at the same time.
@stevenh I was able to run the latest version (0.17.0) with the command you supplied, open it in the browser and also with curl. Please try again with the latest...
@stevenh In order for the Inspector to run without `--network=host ` it needs to be listening on 0.0.0.0. We don't do that when running directly on the host machine, that's...
> Should the README for docker be updated to use -e HOST=0.0.0.0 or should there be a fix applied to the container version so this isn't needed? @stevenh I really...
> > docker run -e HOST=0.0.0.0 -p 6274:6274 -p 6277:6277 ghcr.io/modelcontextprotocol/inspector:latest > > Thanks [@stevenh](https://github.com/stevenh) ! > > This command is right and it no need host network mode. >...
@ML-Marco done. Thanks for the nudge.
When I run the command you listed above (note: I had to change`node build/cli.js` to `node build/cli.js`): ```bash node build/cli.js npx @modelcontextprotocol/server-everything --cli --method tools/call --tool-name longRunningOperation --tool-arg duration=3 steps=2...
Looks awesome so far. I would suggest changing the subheading in the specification from "MCP Server Card Schema" to "MCP Server Card Examples" since it's followed not by a JSON...
@olishiz Thanks for this! I agree that the toast response is good and that the bell on the button is good. I have a suggestion / request. It can be...
> Still in draft mode as it works but there are a lot of hacks involved. Will try and clean it up in a bit. Good to hear. Yes, we'd...