myfastmcp
v2.0.0
Published
A simple FastMCP tool that outputs 'Hello FastMCP!'
Readme
myfastMCP
A simple FastMCP tool that outputs "Hello FastMCP!" when called.
Installation
npm install myfastmcpUsage
After installation, you can use this tool in your MCP-enabled applications.
As a standalone CLI tool
npx myfastmcpIn MCP-enabled applications
To use this tool in your MCP-enabled application, add the following to your MCP configuration:
{
"mcpServers": {
"myfastMCP": {
"command": "myfastmcp-runner",
"args": []
}
}
}Tool Details
The package exposes a single tool named hello which takes no parameters and returns the text "Hello FastMCP!".
