RGIs the docker model runner just an alternative to ollama?Comment·Article·Apr 30, 2025·First Contact with Docker Model Runner in Golang
RGAlso, i have created mcp server with Go and support of Authentification (Bearer token) based on your example of go mcp server. I will publish it in another blog postReply·Article·Apr 12, 2025·Building a Generative AI MCP Client Application in Go using Ollama
RGPhilippe Charrière i have created some MCP SSE server. Details are in my blog. https://gelembjuk.hashnode.dev/building-mcp-sse-server-to-integrate-llm-with-external-tools I have modified mcphost tool to support SSE.Reply·Article·Apr 12, 2025·Building a Generative AI MCP Client Application in Go using Ollama
RGOh. I see mcp-go has NewSSEMCPClient . So, i will continue my attempts to use my SSE server with ollamaComment·Article·Apr 7, 2025·Building a Generative AI MCP Client Application in Go using Ollama
RGThank for the article. Do you know why mcp-go has no support of SSE connections? It looks like SSE is ignored for now. Everyone are writing ab out STDIO clients, servers but not about SSE for some reason.Comment·Article·Apr 7, 2025·Building a Generative AI MCP Client Application in Go using Ollama
RGGreat article—an excellent starting point for MCP! While reading, I thought, "It would be great to have something like this for the ETH blockchain." A quick Google search led me to a new tool, EVM MCP Server, which had its first commit just two weeks ago. MCP is rapidly becoming the standard!Comment·Article·Mar 26, 2025·Understanding the Model Context Protocol (MCP)
RGThanks. The article is useful. I have made some further experiments to find how exactly LLM makes a decision which tool to call. https://gelembjuk.hashnode.dev/tool-calling-from-llm-understanding-hot-it-worksComment·Article·Mar 25, 2025·"Tool Calling" and Ollama