Token导航 LogoToken导航TokenDH.com
MCP Bevy Buddy logo
运维云端未说明官方级别未说明来源级核验

MCP Bevy Buddy

MCP Server

一个提供本地Bevy示例和源代码检查功能的MCP服务器,支持自动检测Bevy版本、访问本地示例和文件内容读取。

工具数

0

提示词数

0

GitHub Stars

8

资源数

0
代码示例TypeScript开发工具

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

Blackjack200

提供方

Blackjack200

最后核验

2026/5/17 20:21

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

MCP Bevy Buddy / MCP Bevy 助手

English | 中文


English

Overview

MCP Bevy Buddy is a Model Context Protocol (MCP) server that provides local Bevy examples and source code inspection capabilities. It reads Cargo.toml to detect the Bevy version and provides access to local Bevy examples from your cargo registry.

Features

  • Bevy Version Detection: Automatically detects the Bevy version from your project's Cargo.toml
  • Local Examples Access: Provides access to Bevy examples from your local cargo registry
  • File Tree Navigation: Generates a structured file tree of available Bevy examples
  • File Content Reading: Reads specific example files with proper formatting
  • Absolute Path Resolution: Gets absolute paths to example files for direct access

Installation

npm install mcp-bevy-buddy

Usage

Add to your MCP client configuration:

{
  "mcpServers": {
    "bevy-buddy": {
      "command": "npx",
      "args": ["bevy-buddy"]
    }
  }
}

Available Tools

bevy-examples

Lists all available Bevy examples in a structured tree format.

Response Format:

Bevy version: 0.14
Examples:
+ example_name
  - some_example.rs

bevy-example-read

Reads the content of a specific Bevy example file.

Parameters:

  • path (string): Relative path to the example file

`bevy

-example-absolute-path` Gets the absolute path of a specific Bevy example file.

Parameters: - path (string): Relative path to the example file

Development

# Build the project
npm run build

# Run locally
npm start

# Development workflow
npm run changeset
npm run version
npm run release

Requirements

  • Node.js 18+
  • Cargo registry with Bevy source code
  • Valid Cargo.toml with Bevy dependency

中文

概述

MCP Bevy Buddy 是一个 Model Context Protocol (MCP) 服务器,提供本地 Bevy 示例和源代码检查功能。它通过读取 Cargo.toml 来检测 Bevy 版本,并允许访问您 cargo 注册表中的本地 Bevy 示例。

功能特性

  • Bevy 版本检测:从项目的 Cargo.toml 自动检测 Bevy 版本
  • 本地示例访问:提供对本地 cargo 注册表中 Bevy 示例的访问
  • 文件树导航:生成可用 Bevy 示例的结构化文件树
  • 文件内容读取:以适当格式读取特定示例文件
  • 绝对路径解析:获取示例文件的绝对路径用于直接访问

安装

npm install mcp-bevy-buddy

使用方法

添加到您的 MCP 客户端配置中:

{
  "mcpServers": {
    "bevy-buddy": {
      "command": "npx",
      "args": ["bevy-buddy"]
    }
  }
}

可用工具

bevy-examples

以结构化树形格式列出所有可用的 Bevy 示例。

响应格式:

Bevy 版本: 0.14
示例:
+ 示例名称
  - 某个示例.rs

bevy-example-read

读取特定 Bevy 示例文件的内容。

参数:

  • path (字符串):示例文件的相对路径

bevy-example-absolute-path

获取特定 Bevy 示例文件的绝对路径。

参数:

  • path (字符串):示例文件的相对路径

开发

# 构建项目
npm run build

# 本地运行
npm start

# 开发工作流
npm run changeset
npm run version
npm run release

要求

  • Node.js 18+
  • 包含 Bevy 源代码的 cargo 注册表
  • 包含 Bevy 依赖的有效 Cargo.toml

许可证

MIT License - 详见 LICENSE 文件

贡献

欢迎提交 Issue 和 Pull Request!

支持

如果您遇到问题,请:

  1. 检查您的 Cargo.toml 是否正确配置了 Bevy 依赖
  2. 确认 cargo 注册表中存在 Bevy 源代码
  3. 在 提交问题

目录标签

目录标签

代码示例TypeScript开发工具Bevy开发本地部署Rust工具文件导航开发辅助

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

none

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明none部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP