Skip to content

Commit 7b679d3

Browse files
committed
Add makefile + instructions
1 parent 480a1b8 commit 7b679d3

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.PHONY: dev-up
2+
dev-up:
3+
uv venv
4+
uv sync --all-groups
5+
6+
.PHONY: inspector
7+
inspector:
8+
uv run fastmcp dev src/css_mcp/main.py

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@ This will add the planet-mcp server to your Claude Code configuration, allowing
116116
* python (>= 3.10) + uv
117117
* npx + friends (node >= 20) (to run inspector, if desired)
118118

119+
#### With Makefile
120+
121+
1. ```make dev-up```
122+
2. Optional, `make inspector`
123+
124+
#### Without Makefile
119125

120126
1. **Create and activate virtual environment using uv:**
121127

0 commit comments

Comments
 (0)