xiaozhi_mcp_remix

jichenghan800/xiaozhi_mcp_remix

3.1

If you are the rightful owner of xiaozhi_mcp_remix and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

This project implements a Model Context Protocol (MCP) server that provides a comprehensive suite of tools for interacting with Google Cloud's Vertex AI Gemini models, focusing on coding assistance and general query answering.

Tools

Functions exposed to the LLM to take actions

answer_query_websearch

Answers a natural language query using the configured Vertex AI model enhanced with Google Search results.

answer_query_direct

Answers a natural language query using only the internal knowledge of the configured Vertex AI model.

explain_topic_with_docs

Provides a detailed explanation for a query about a specific software topic by synthesizing information primarily from official documentation found via web search.

get_doc_snippets

Provides precise, authoritative code snippets or concise answers for technical queries by searching official documentation.

generate_project_guidelines

Generates a structured project guidelines document (Markdown) based on a specified list of technologies, using web search for best practices.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources