mcp_config_project_share_management.json•1.22 kB
{
"server": {
"url": "/api"
},
"authentication": [
{
"schema_parameters": {
"scheme": "bearer"
},
"type": "http",
"value": "BEARER_TOKEN"
}
],
"operations": [
{
"description": "Get shares for a project (both published and shared with the project)",
"name": "get_shares"
},
{
"description": "Create a new share to publish to other projects",
"name": "create_share"
},
{
"description": "Get shares that the project can request access to",
"name": "get_discoverable_shares"
},
{
"description": "Delete a share that you\u0027ve published",
"name": "delete_share"
},
{
"description": "Get details on a share that you\u0027ve published or subscribed to",
"name": "get_share"
},
{
"description": "Update a share that you\u0027ve published",
"name": "update_share"
},
{
"description": "Get dataset listing for a share",
"name": "get_shared_datasets"
},
{
"description": "Subscribe to a share that has been shared with your project",
"name": "subscribe_share"
},
{
"description": "Unsubscribe from a share that has been shared with your project",
"name": "unsubscribe_share"
}
]
}