Metadata-Version: 2.4
Name: lspmcp
Version: 0.0.1
Summary: lspmcp — bridge any Language Server Protocol server to the Model Context Protocol, giving LLM agents real IDE-grade code intelligence. Part of the massiron ecosystem.
Author: massiron
License: Proprietary
Project-URL: Homepage, https://massiron.com
Keywords: lsp,mcp,language-server,code-intelligence,massiron,llm-tools
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# lspmcp

**Language Server Protocol → Model Context Protocol bridge.**
Part of the [massiron](https://massiron.com) ecosystem.

`lspmcp` exposes any LSP server's code-intelligence — definitions, references,
diagnostics, hover, document symbols — to LLM agents over MCP. Your agent gets
real IDE-grade understanding of a codebase instead of guessing from text.

```bash
pip install lspmcp
```

> Early reserved release (`0.0.1`). Feature releases coming soon.

## Ecosystem

- **atlas** — deterministic code intelligence (0 LLM tokens)
- **deepstrain** — autonomous engineering agent
- **nodestone** — project cognition / continuity memory
- **adauto** — developer-marketing automation
- **lspmcp** — LSP → MCP bridge

© massiron. All rights reserved.
