Merge branch 'feature/tool_yjp' into release/v0.2.7

This commit is contained in:
yujiangping
2026-03-11 17:13:50 +08:00
4 changed files with 27 additions and 7 deletions

View File

@@ -36,7 +36,7 @@ export const getToolMethods = (tool_id: string) => {
}
// MCP市场列表
export const getMarketTools = (data: Query) => {
export const getMarketTools = (data?: Record<string, any>) => {
return request.get('/mcp_markets/mcp_markets', data)
}
// 市场配置创建