Metadata-Version: 2.4
Name: loenn-mcp
Version: 1.1.0
Summary: Celeste map editor for AI agents — MCP server for reading, editing, and previewing .bin map files
Project-URL: Homepage, https://github.com/Maggy-Studio/loenn-mcp
Project-URL: Repository, https://github.com/Maggy-Studio/loenn-mcp
Project-URL: Issues, https://github.com/Maggy-Studio/loenn-mcp/issues
Author: Maggy Studio
License: MIT License
        
        Copyright (c) 2026 Maggy Studio
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Keywords: celeste,everest,game-modding,loenn,mcp,model-context-protocol
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.9
Requires-Dist: fastmcp<4,>=3.0.0
Description-Content-Type: text/markdown

# loenn-mcp

Celeste map editor MCP server for AI agents.

This package provides tools for reading, editing, analyzing, and previewing Celeste .bin maps without requiring Loenn at runtime.

## Highlights

- Read and inspect maps and rooms
- Create maps and rooms, edit tiles, entities, and triggers
- Generate starter maps from built-in or custom JSON templates
- Auto-link touching rooms with TeleportTrigger pairs
- Render interactive HTML map previews

## Quick start

```bash
pip install loenn-mcp
```

Run as MCP stdio server:

```bash
python -m loenn_mcp.server
```

Set workspace root using environment variable:

```bash
LOENN_MCP_WORKSPACE=/path/to/mod python -m loenn_mcp.server
```
