Metadata-Version: 2.4
Name: agentbeacon
Version: 0.1.0
Summary: Semantic code search for AI agents via Model Context Protocol
Author-email: Adrian Quiroga <git@adrq.net>
License-Expression: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fastmcp>=2.11.3
Requires-Dist: pre-commit>=4.3.0
Dynamic: license-file

# AgentBeacon

Semantic code search for AI agents via Model Context Protocol (MCP). Helps AI coding assistants find relevant code patterns in large codebases.

## Goals

- Fast semantic search in 10M+ line codebases
- LLM-enhanced pattern discovery and reuse
- Reduce AI agent context blindness

## Status

Early development phase.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
