1 Star 0 Fork 0

Gitee 极速下载/tinyfish-io_agentql-mcp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/tinyfish-io/agentql-mcp
克隆/下载
smithery.yaml 658 Bytes
一键复制 编辑 原始数据 按行查看 历史
Sergey Ryabov 提交于 2025-03-27 07:12 +08:00 . Add setup for Smithery.ai connection (#23)
# Smithery configuration file: https://smithery.ai/docs/config#smitheryyaml
startCommand:
type: stdio
configSchema:
# JSON Schema defining the configuration options for the MCP.
type: object
required:
- agentqlApiKey
properties:
agentqlApiKey:
type: string
description: Your AgentQL API key. You can create one at https://dev.agentql.com.
commandFunction:
# A function that produces the CLI command to start the MCP on stdio.
|-
(config) => ({
"command": "node",
"args": [
"dist/index.js"
],
"env": {
"AGENTQL_API_KEY": config.agentqlApiKey
}
})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mirrors/tinyfish-io_agentql-mcp.git
git@gitee.com:mirrors/tinyfish-io_agentql-mcp.git
mirrors
tinyfish-io_agentql-mcp
tinyfish-io_agentql-mcp
main

搜索帮助