We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da39e12 commit 6c9165cCopy full SHA for 6c9165c
README.md
@@ -4,11 +4,15 @@ A no-nonsense MCP (Model Context Protocol) server that exposes Claude-compatible
4
5
## Installation
6
7
+Pre-built binaries are available on the [GitHub Releases](https://github.com/portertech/skills-mcp-server/releases) page.
8
+
9
+### Go Install
10
11
```bash
12
go install github.com/portertech/skills-mcp-server/cmd/skills@latest
13
```
14
-Or build from source:
15
+### Build from Source
16
17
18
git clone https://github.com/portertech/skills-mcp-server.git
0 commit comments