An open API service indexing awesome lists of open source software.

https://github.com/ronanyeah/elm-mcp


https://github.com/ronanyeah/elm-mcp

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# elm-mcp

An MCP server for agentic development of Elm applications.

#### Implemented tools
- `validate`: compiles project and identifies build errors
- `add_package`
- `remove_package`
- `search_packages`
- `get_latest_package_version`
- `get_docs`

#### How to use

- `PORT=1234 PROJECT_FOLDER="/path/to/elm/app" cargo run`
- `ENTRY_FILE="./source/Foo.elm"` can also be used. Defaults to `./src/Main.elm`.