UNPKG

@cyanheads/filesystem-mcp-server

Version:

A Model Context Protocol (MCP) server for platform-agnostic file capabilities, including advanced search and replace, and directory tree traversal

8 lines (7 loc) 238 B
/** * @fileoverview Barrel file for metrics-related utility modules. * This file re-exports utilities for collecting and processing metrics, * such as token counting. * @module src/utils/metrics */ export * from "./tokenCounter.js";