Integrations
Integrates with Biome for code formatting and linting within the project.
Simple MCP Server
A minimal TypeScript MCP server built with fastMCP that returns "hello" responses.
Features
- Simple MCP server implementation using fastMCP
- TypeScript support
- Biome for formatting and linting
- pnpm as package manager
Getting Started
Prerequisites
- Node.js 18+
- pnpm
Installation
Copy
Development
Copy
Project Structure
src/server.ts
- The main MCP server implementationbiome.json
- Biome configuration for linting and formattingtsconfig.json
- TypeScript configuration
About the Server
This is a simple MCP (Model Context Protocol) server that provides a "hello" tool. It uses the fastMCP TypeScript framework to simplify server implementation.
Known Issues
- Client Capabilities Warning: When running the server with
pnpm mcp:dev
or directly, you might see a warning like[warning] FastMCP could not infer client capabilities
. This is normal and happens when the client doesn't provide capabilities information. The server will still function correctly.
How to Use with Claude Desktop
To use this MCP server with Claude Desktop, add the following configuration:
Copy
License
ISC
This server cannot be installed
A minimal TypeScript MCP server that provides a 'hello' tool using the fastMCP framework.