Registers a system information tool within an MCP service, enabling remote execution via `cline`.

概要

This project offers a minimal MCP service implementation, designed to expose a simple tool that retrieves basic system details like the operating system, its version, and the Python version. It functions as a lightweight, practical reference for developers, illustrating how to effectively integrate custom functions into an MCP FastMCP instance and interact with them through standard input/output, thereby providing a clear blueprint for wiring tools for remote execution.

主な機能

  • Exposes basic system information (OS, Python version)
  • Provides a minimal MCP service implementation
  • Registers custom tools into a FastMCP instance
  • Supports remote execution via standard input/output (`cline`)
  • Serves as a reference for MCP tool integration
  • 0 GitHub stars

ユースケース

  • Learning MCP service development
  • Demonstrating tool registration and execution patterns
  • Developing custom MCP tools