From 192016582a04bf41720f1707a7a097afd31652fb Mon Sep 17 00:00:00 2001 From: Saket Sawrav Date: Wed, 4 Dec 2024 16:36:13 +0530 Subject: [PATCH] chore:fix hyperlink for BigQuery (#8) - Remove '[' from BigQuery link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79e0a32..91a4f08 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ - **[Minima](https://github.com/dmayboroda/minima)** - Local RAG (on-premises) with MCP server. - **[Jina Reader](https://github.com/wong2/mcp-jina-reader)** - Fetch the content of a remote URL as Markdown with Jina Reader. - **[any-chat-completions-mcp](https://github.com/pyroprompts/any-chat-completions-mcp)** - Chat with any other OpenAI SDK Compatible Chat Completions API, like Perplexity, Groq, xAI and more -- **[BigQuery]([https://github.com/LucasHild/mcp-server-bigquery)** - BigQuery database integration with schema inspection and query capabilities +- **[BigQuery](https://github.com/LucasHild/mcp-server-bigquery)** - BigQuery database integration with schema inspection and query capabilities ---