Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:57:25 +08:00
commit 37ed95ddbf
10 changed files with 1187 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "ndp-plugin",
"description": "National Data Platform (NDP) integration plugin with dataset search, discovery, and workflow automation",
"version": "1.0.0",
"author": {
"name": "IOWarp Research Team",
"email": "contact@iowarp.org"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}