From 1dfb7dc18f8eaea1429d9ad347afe8ade1742323 Mon Sep 17 00:00:00 2001 From: killertcell428 Date: Fri, 15 May 2026 18:03:27 +0900 Subject: [PATCH] fix(docs): correct copy-pasted alt text for llm-analysis-assistant favicon The favicon's alt attribute reads "Langfuse Logo" but the linked project is llm-analysis-assistant, not Langfuse. Screen readers were announcing the wrong project name. Updated to match the neighboring Klavis Logo convention. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 874916cab3..04058ed3bc 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ These are high-level frameworks that make it easier to build MCP servers or clie ### For clients * **[codemirror-mcp](https://github.com/marimo-team/codemirror-mcp)** - CodeMirror extension that implements the Model Context Protocol (MCP) for resource mentions and prompt commands -* **[llm-analysis-assistant](https://github.com/xuzexin-hz/llm-analysis-assistant)** Langfuse Logo - A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also supports monitoring and simulation of ollama/openai interface. +* **[llm-analysis-assistant](https://github.com/xuzexin-hz/llm-analysis-assistant)** llm-analysis-assistant Logo - A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also supports monitoring and simulation of ollama/openai interface. * **[MCP-Agent](https://github.com/lastmile-ai/mcp-agent)** - A simple, composable framework to build agents using Model Context Protocol by **[LastMile AI](https://www.lastmileai.dev)** * **[Spring AI MCP Client](https://docs.spring.io/spring-ai/reference/api/mcp/mcp-client-boot-starter-docs.html)** - Provides auto-configuration for MCP client functionality in Spring Boot applications. * **[MCP CLI Client](https://github.com/vincent-pli/mcp-cli-host)** - A CLI host application that enables Large Language Models (LLMs) to interact with external tools through the Model Context Protocol (MCP).