hello-fastmcp-sample-tool
v1.0.5
Published
A simple tool that returns 'HelloFastMCP!'
Downloads
71
Readme
@your-name/hello-fastmcp
A simple FastMCP tool that returns 'HelloFastMCP!'
Installation
npm install @your-name/hello-fastmcpUsage as a library
const { mcp } = require('@your-name/hello-fastmcp');
// Use the mcp instance in your own serverUsage as a standalone server
npx @your-name/hello-fastmcpOr install globally:
npm install -g @your-name/hello-fastmcp
hello-fastmcpMCP Tool
helloFastMCP
A tool with no parameters that returns the string "HelloFastMCP!".
API
mcp
The FastMCP instance with the helloFastMCP tool registered.
License
MIT
