Skip to content

Commit 59fff69

Browse files
authoredDec 23, 2024··
Merge pull request #106 from modelcontextprotocol/davidsp/fastmcp
feat: Integrate FastMCP
2 parents 2c8ea49 + 44e1abb commit 59fff69

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+6702
-766
lines changed
 

Diff for: ‎.pre-commit-config.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
fail_fast: true
2+
3+
repos:
4+
- repo: https://github.com/pre-commit/mirrors-prettier
5+
rev: v3.1.0
6+
hooks:
7+
- id: prettier
8+
types_or: [yaml, json5]
9+
10+
- repo: https://github.com/astral-sh/ruff-pre-commit
11+
rev: v0.8.1
12+
hooks:
13+
- id: ruff-format
14+
- id: ruff
15+
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)
Please sign in to comment.