Skip to content

Commit

Permalink
Merge pull request modelcontextprotocol#106 from modelcontextprotocol…
Browse files Browse the repository at this point in the history
…/davidsp/fastmcp

feat: Integrate FastMCP
  • Loading branch information
dsp-ant authored Dec 23, 2024
2 parents 2c8ea49 + 44e1abb commit 59fff69
Show file tree
Hide file tree
Showing 59 changed files with 6,702 additions and 766 deletions.
15 changes: 15 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
fail_fast: true

repos:
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
hooks:
- id: prettier
types_or: [yaml, json5]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.1
hooks:
- id: ruff-format
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Loading

0 comments on commit 59fff69

Please sign in to comment.