Skip to content

Commit fc390d1

Browse files
authored
feat: support mcp servers (#163)
1 parent 9ea518c commit fc390d1

21 files changed

Lines changed: 2192 additions & 18 deletions

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- id: rust-clippy
1212
name: Rust clippy
1313
description: Run cargo clippy on files included in the commit. clippy should be installed before-hand.
14-
entry: cargo clippy --all-targets --features vulkan -- -Dclippy::all
14+
entry: cargo clippy --all-targets --features vulkan,server -- -D warnings
1515
pass_filenames: false
1616
types: [file, rust]
1717
language: system

Cargo.lock

Lines changed: 229 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace]
2-
members = ["crates/core", "crates/arey", "crates/tools-search"]
2+
members = ["crates/core", "crates/arey", "crates/tools-search", "crates/mcp"]
33
resolver = "2"
44

55
[workspace.package]

0 commit comments

Comments
 (0)