hello-fastmcp-test2
v1.0.0
Published
A simple FastMCP tool that returns 'Hello FastMCP!'
Maintainers
Readme
hello-fastmcp-test2
A simple FastMCP tool that returns "Hello FastMCP!" when called.
Installation
npm install hello-fastmcp-test2Usage
As a standalone server
npx hello-fastmcp-test2As a library
import mcp from 'hello-fastmcp-test2';
// Start the MCP server
mcp.start();Tool Details
The package provides a single tool named helloFastMCP which takes no parameters and returns the string "Hello FastMCP!".
This is a demonstration tool built with the FastMCP framework to showcase how to create and distribute MCP-compatible tools.
MCP Servers Configuration
To use this tool in other agent applications, you can reference the mcpServers.json configuration file included with the package.
