https://github.com/ronanyeah/elm-mcp
https://github.com/ronanyeah/elm-mcp
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ronanyeah/elm-mcp
- Owner: ronanyeah
- Created: 2025-05-29T22:09:40.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-04T19:51:25.000Z (about 1 year ago)
- Last Synced: 2025-07-21T16:33:58.909Z (11 months ago)
- Language: Rust
- Size: 47.9 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.