gemini-assistant-mcp
0
Gemini Assistant MCP is a lightweight server based on the Machine Conversation Protocol designed to provide a simple response to any query, demonstrating basic MCP server functionality using FastMCP. It serves as an illustrative tool for learning and experimenting with MCP Inspector.
Gemini Assistant MCP
A simple MCP (Machine Conversation Protocol) server that responds with "Sorry I can't help with that" to any request.
Installation
- Use a package manager to install dependencies.
Usage
- Start the server using
npm start
ornode index.js
.
Testing
- Test using MCP Inspector and configure the UI for request/response flow.
Features
- Always responds with "Sorry I can't help with that"
- Built with FastMCP
- Simple and lightweight