docs: Add README
This commit is contained in:
23
README.md
Normal file
23
README.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# LabMCP
|
||||
|
||||
A collection of Model Context Protocol (MCP) servers written in Go.
|
||||
|
||||
## NixOS Options MCP Server
|
||||
|
||||
Search and query NixOS configuration options across multiple nixpkgs revisions.
|
||||
|
||||
**Features:**
|
||||
- Search options with fuzzy matching
|
||||
- Query specific options with full metadata
|
||||
- Index multiple nixpkgs revisions
|
||||
- Fetch nixpkgs module source files
|
||||
- Support for PostgreSQL and SQLite
|
||||
|
||||
## Status
|
||||
|
||||
🚧 **In Development** - Not yet functional
|
||||
|
||||
## Documentation
|
||||
|
||||
- See [TODO.md](TODO.md) for implementation progress
|
||||
- See [CLAUDE.md](CLAUDE.md) for architecture and design decisions
|
||||
Reference in New Issue
Block a user