Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mcp_documents_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from pathlib import Path

from docx import Document as DocxDocument
from mcp.server.fastmcp import FastMCP
from fastmcp import FastMCP
from openpyxl import load_workbook
from pypdf import PdfReader as PyPdfReader
from typing_extensions import override
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "mcp-documents-reader"
version = "1.3.1"
version = "1.4.0"
description = "An MCP enabled multi-format document reader supporting DOCX, PDF, TXT, and Excel files"
keywords = ["mcp", "model-context-protocol", "document-reader", "pdf", "docx", "excel"]
authors = [
Expand All @@ -9,7 +9,7 @@ authors = [
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"mcp>=1.26.0",
"fastmcp>=2.0",
"python-docx>=1.2.0",
"pypdf>=6.8.0",
"openpyxl>=3.1.5",
Expand Down