Metadata-Version: 2.4
Name: sublime-mcp
Version: 1.8.0
Summary: MCP server for Sublime Text 4 — lets Claude Code read and control a running ST instance
Author-email: Donald Chitester <donaldchitester@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/dpc00/sublime-mcp
Project-URL: Repository, https://github.com/dpc00/sublime-mcp
Keywords: mcp,sublime-text,claude,ai,editor
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Text Editors
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: mcp>=1.2
Requires-Dist: httpx

# sublime-mcp

mcp-name: io.github.dpc00/sublime-mcp

Python MCP proxy for the [sublime-mcp](https://github.com/dpc00/sublime-mcp)
Sublime Text package.

The proxy exposes Sublime Text editor state and commands to MCP clients over
stdio. It connects to the local HTTP bridge provided by the installed
`sublime-mcp` Sublime Text plugin.

## Installation

```bash
pip install sublime-mcp
```

Install and configure the Sublime Text plugin before starting the proxy. See
the repository README for complete installation, port configuration, and MCP
client setup instructions.

Version 1.6.0 adds first-class support for Sublime Text's native tab
multi-selection and sheet APIs.
