feat(file_tools): 添加解析JSON或文本文件的新工具

新增 parse_json 工具,用于读取 txt 或 json 文件内容并智能解析。
工具优先尝试将内容解析为JSON,返回结构化数据;若解析失败则作为纯文本返回。
同时更新项目版本号至 0.1.3。
This commit is contained in:
2026-05-09 14:57:42 +08:00
parent 7e33e398ce
commit 4bce8dbad0
2 changed files with 64 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "lzwcai-file-tools-mcp"
version = "0.1.1"
version = "0.1.3"
description = "File tools MCP server"
requires-python = ">=3.10"
dependencies = [