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

https://github.com/jehrhardt/mcpkg

A model context package manager for developers
https://github.com/jehrhardt/mcpkg

ai ai-assisted-development llm mcp rust vibe-coding

Last synced: 2 months ago
JSON representation

A model context package manager for developers

Awesome Lists containing this project

README

          

# twig

Help your coding agent twig.

## Prerequisites

`twig` uses the following tools for development:

- [mise](https://mise.jdx.dev)
- [Rust](https://rust-lang.org/tools/install/)

## Usage

Setup development environment and install dependencies:

```bash
mise install
```

Run MCP inspector and connect to `twig`:

```bash
mise run dev:mcp
```

Run website locally:

```bash
mise run dev:page
```