hello-fastmcp-demo
v1.0.3
Published
A simple FastMCP tool that returns 'Hello FastMCP!'
Maintainers
Readme
helloFastMCP
A simple FastMCP tool that returns "Hello FastMCP!" text.
Installation
npm install hello-fastmcpUsage
As a standalone MCP server
import { mcp } from "hello-fastmcp";
// Start the MCP server
mcp.start({
httpStream: {
port: 3000,
},
});Using the tool
Once the server is running, you can call the helloFastMCP tool which takes no parameters and returns "Hello FastMCP!".
MCP Server Configuration
The mcp-server.json file contains the server configuration that can be used by AI tools that support MCP protocol.
License
MIT
