Skip to content

Commit 99fce1e

Browse files
committed
add fastmcp to pyproject.toml, add make run to makefile, update uv.lock
1 parent cbe5411 commit 99fce1e

File tree

3 files changed

+246
-2
lines changed

3 files changed

+246
-2
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: help install test lint format clean build
1+
.PHONY: help install test lint format clean build run
22

33
help:
44
@echo "Available commands:"
@@ -34,3 +34,6 @@ clean:
3434

3535
build:
3636
uv build
37+
38+
run:
39+
uv run python main.py

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ requires-python = ">=3.10"
1515
dependencies = [
1616
"mcp[cli]>=1.0.0",
1717
"pandas>=2.0.0",
18+
"fastmcp>=2.0.0",
1819
]
1920
classifiers = [
2021
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)