Metadata-Version: 2.4
Name: kb-agent-mcp
Version: 1.0.20
Summary: A zero-config MCP server that turns any folder of documents into a queryable multi-agent knowledge base
Author: KnowledgeBase Agent Contributors
License-Expression: MIT
Project-URL: Homepage, https://github.com/amiya-anupam/kb-agent-mcp
Project-URL: Repository, https://github.com/amiya-anupam/kb-agent-mcp
Project-URL: Bug Tracker, https://github.com/amiya-anupam/kb-agent-mcp/issues
Keywords: mcp,ai,knowledge-base,rag,agents,llm,data-analyst
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: fastmcp>=2.0.0
Requires-Dist: chromadb>=0.5.0
Requires-Dist: rank-bm25>=0.2.2
Requires-Dist: httpx>=0.27.0
Requires-Dist: numpy>=1.26.0
Requires-Dist: scikit-learn>=1.4.0
Requires-Dist: watchdog>=4.0.0
Requires-Dist: pypdf>=4.0.0
Requires-Dist: python-pptx>=1.0.0
Requires-Dist: openpyxl>=3.1.0
Requires-Dist: python-docx>=1.1.0
Requires-Dist: pyyaml>=6.0.0
Requires-Dist: rich>=13.0.0
Requires-Dist: sentence-transformers>=3.0.0
Provides-Extra: openai
Requires-Dist: openai>=1.0.0; extra == "openai"
Provides-Extra: anthropic
Requires-Dist: anthropic>=0.30.0; extra == "anthropic"
Provides-Extra: dev
Requires-Dist: pytest>=8.0.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.23.0; extra == "dev"
Requires-Dist: pytest-mock>=3.14.0; extra == "dev"
Requires-Dist: build>=1.0.0; extra == "dev"
Requires-Dist: twine>=5.0.0; extra == "dev"
