Metadata-Version: 2.4
Name: flurry-server
Version: 0.0.1
Summary: Code intelligence MCP server for AI agents
Project-URL: Homepage, https://github.com/deepburger/flurry-code
Project-URL: Repository, https://github.com/deepburger/flurry-code
Project-URL: Issues, https://github.com/deepburger/flurry-code/issues
Author: dimaburger
License-Expression: MIT
Keywords: ai-agents,code-intelligence,flurry,mcp,tree-sitter
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# Flurry Server

Code intelligence MCP server for AI agents. Provides structured access to codebases through semantic search, symbol-level code editing, spec management, and workspace operations.

## Status

🚧 In active development. Not yet available on PyPI.

## Features (planned)

- Symbol-level code analysis and navigation
- Semantic search across codebases
- Structured code editing with language-aware formatting
- Spec/RFC management
- Multi-language support via tree-sitter

## License

MIT
