ecosystem_data_source_create
Create a single DataSource configuration for the current project by specifying the source kind (e.g., github, pypi) and a display name.
Instructions
[DEPRECATED v1.6.1: 多源已否决(用户确认仅 GitHub 单源)。data_source 表已废弃。 此工具仅向后兼容保留,所有写入被忽略。 请改用 ecosystem 设置 API/UI(PUT /api/ecosystem/projects/{id}/settings)修改 settings 表。]
Create a single DataSource configuration for the current project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | DataSourceKind enum value — one of github / huggingface / npm / pypi / hackernews / producthunt / arxiv / custom. | |
| name | Yes | Friendly display name shown in the dashboard. | |
| config | No | Source-specific config dict. Empty dict allowed. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||