Skip to main content
Glama
TripQi

Code Editor MCP Server

by TripQi

convert_file_encoding

Convert file encodings between UTF-8, GBK, and GB2312 formats with configurable error handling and mismatch policies for reliable text processing.

Instructions

Convert files between encodings (utf-8, gbk, gb2312).

Args: file_paths: List of absolute file paths. source_encoding: Current encoding. target_encoding: Desired encoding. error_handling: "strict" | "replace" | "ignore" mismatch_policy: "warn-skip" | "fail-fast" | "force"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathsYes
source_encodingYes
target_encodingYes
error_handlingNostrict
mismatch_policyNowarn-skip

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/TripQi/code-editor'

If you have feedback or need assistance with the MCP directory API, please join our Discord server