Files
spaceflow/templates/mcp
2026-02-15 22:02:21 +08:00
..
2026-02-15 22:02:21 +08:00
2026-02-15 22:02:21 +08:00
2026-02-15 22:02:21 +08:00
2026-02-15 22:02:21 +08:00

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# @spaceflow/{{kebabName}}

{{name}} MCP 工具插件

## 使用方法

该插件通过 `spaceflow mcp` 命令自动发现并注册 MCP 工具。

```bash
# 启动 MCP Server包含所有已安装插件的工具
spaceflow mcp

# 使用 Inspector 调试
spaceflow mcp --inspector
```

## 提供的工具

- **{{kebabName}}_hello** — 示例工具,返回问候信息

## 开发

```bash
# 构建
spaceflow build

# 开发模式
spaceflow dev
```