by jamesblonde on 6/10/2025, 9:48:06 AM
by manojlds on 6/10/2025, 9:16:41 AM
Almost no client, including Claude Dekstop, implements Sampling.
I was so excited to see if I can create a server that used sampling and quickly figured out I can't use it anywhere. Funnily Windsurf hangs forever if you use sampling.
by baalimago on 6/10/2025, 9:03:29 AM
The fact that this is an achievement is a testament to how bloated the MCP protocol/spec already is.
Will be interesting to see how many days it'll take before the implementation no longer is the latest
by welanes on 6/10/2025, 12:19:51 PM
This guide may be useful for anyone interested in building their own spec-compliant MCP server: https://simplescraper.io/blog/how-to-mcp.
Albeit, it's a few weeks old so already in need of an update!
by LeonidBugaev on 6/10/2025, 11:17:42 AM
It does not implement the Auth :)
(mcp auth is terrible btw)
by pcwelder on 6/10/2025, 12:15:22 PM
Tool annotations are missing. (Are they of any use though?)
by cranberryturkey on 6/10/2025, 11:26:09 AM
also checkout @profullstack/mcp-server on npm
by jhosft on 6/10/2025, 10:55:33 AM
That README.md is so vibed with all the emojis and self-proofed comments. One day we’re going to look back on code written in June 2025 and laugh. The code works, but man does Claude 4 pump itself up.
by josephg on 6/10/2025, 1:27:09 PM
What is MCP? I’ve never heard of it.
Protocol version in the readme is Full MCP 2025-03-26 specification support
in the code it is "protocolVersion": "2024-11-05"
https://github.com/hemanth/paws-on-mcp/blob/main/src/mcp_cli...