Metadata-Version: 2.4
Name: largefile
Version: 0.0.1
Summary: MCP server for surgical editing of large files with intelligent navigation
Project-URL: Homepage, https://github.com/peteretelej/largefile
Project-URL: Repository, https://github.com/peteretelej/largefile.git
Project-URL: Issues, https://github.com/peteretelej/largefile/issues
Project-URL: Documentation, https://github.com/peteretelej/largefile#readme
Author-email: Peter Etelej <peter@etelej.com>
Maintainer-email: Peter Etelej <peter@etelej.com>
License: MIT
Keywords: ai-tools,large-files,llm,mcp,text-editing
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
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 :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing
Requires-Python: >=3.10
Requires-Dist: click>=8.2.1
Requires-Dist: mcp>=1.10.1
Description-Content-Type: text/markdown

# Largefile MCP Server

MCP server for surgical editing of large files with intelligent navigation.

## Status

**This is a placeholder release (v0.0.1) - implementation coming soon!**

## Vision

Enable LLMs to perform surgical operations on files of any size through intelligent navigation, targeted search, and precise editing, eliminating the context barrier that prevents AI tools from working with production codebases.

## Planned Features

- **Surgical Navigation**: Jump to specific lines, functions, or patterns instantly
- **Intelligent Search**: Pattern-based search across files without context limits
- **Precision Editing**: Atomic edit operations that preserve file integrity
- **Context Extraction**: Extract minimal relevant context for LLM consumption
- **Atomic Calculations**: Perform file-wide calculations without full loading

## Installation

```bash
pip install largefile
```

## Usage

```bash
largefile-mcp --host localhost --port 3000
```

## Development Status

This package is in pre-alpha development. The current release is a placeholder to reserve the package name and establish the project structure.

## License

MIT